Skip to content

Commit 78d3fa5

Browse files
committed
try reducing aslr even further
1 parent 686c0f4 commit 78d3fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444
- name: generic-tsan
45-
run: sudo sysctl vm.mmap_rnd_bits=28; sudo sysctl vm.randomize_va_space=0; libcxx/utils/ci/run-buildbot generic-tsan
45+
run: sudo sysctl vm.mmap_rnd_bits=28; sudo sysctl kernel.randomize_va_space=0; sudo sysctl vm.mmap_rnd_bits; libcxx/utils/ci/run-buildbot generic-tsan
4646
env:
4747
CC: clang-21
4848
CXX: clang++-21

0 commit comments

Comments
 (0)