luau/.github/workflows
Arseny Kapoulkine d2ed2150ca
Work around ASLR+ASAN compatibility issues in GHA (#1203)
vm.mmap_rnd_bits has been recently changed to 32 on GHA, which triggers
issues in ASAN builds that spuriously fail on startup. The fix requires
a more recent clang/gcc than the agents have available (clang 17, not
sure what GCC version), so for now we need to work around this by
restricting the ASLR randomness.

See https://github.com/google/sanitizers/issues/1614
2024-03-15 09:32:27 -07:00
..
benchmark.yml Update benchmark.yml 2023-09-16 12:21:09 +02:00
build.yml Work around ASLR+ASAN compatibility issues in GHA (#1203) 2024-03-15 09:32:27 -07:00
new-release.yml Use ubuntu-latest on GHA when possible (#1112) 2023-11-27 03:24:57 -08:00
release.yml Use ubuntu-latest on GHA when possible (#1112) 2023-11-27 03:24:57 -08:00