Merge branch 'master' into cg-ltvtag

This commit is contained in:
Arseny Kapoulkine 2024-03-15 09:32:55 -07:00
commit b6efddfde3

View file

@ -25,6 +25,9 @@ jobs:
runs-on: ${{matrix.os.version}}
steps:
- uses: actions/checkout@v1
- name: work around ASLR+ASAN compatibility
run: sudo sysctl -w vm.mmap_rnd_bits=28
if: matrix.os.name == 'ubuntu'
- name: make tests
run: |
make -j2 config=sanitize werror=1 native=1 luau-tests