mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Merge branch 'master' into cg-ltvtag
This commit is contained in:
commit
b6efddfde3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -25,6 +25,9 @@ jobs:
|
||||||
runs-on: ${{matrix.os.version}}
|
runs-on: ${{matrix.os.version}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- 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
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
make -j2 config=sanitize werror=1 native=1 luau-tests
|
make -j2 config=sanitize werror=1 native=1 luau-tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue