Skip to content

Commit

Permalink
[test] Work around Travis ASAN crashes.
Browse files Browse the repository at this point in the history
`AddressSanitizer:DEADLYSIGNAL`
  • Loading branch information
pfusik committed Jun 27, 2024
1 parent 73f302a commit db52c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt install g++-13
- sudo sysctl vm.mmap_rnd_bits=28
script: make -j5 test-c test-cl test-error CXX=g++-13
- name: cpp, java
install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt install g++-13
- sudo sysctl vm.mmap_rnd_bits=28
script: make -j5 test-cpp test-java CXX=g++-13
- name: cs
install:
Expand Down

0 comments on commit db52c32

Please sign in to comment.