Skip to content

Commit 7aadeaa

Browse files
disable randomize va space
1 parent e4b812b commit 7aadeaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build-and-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
- name: Build dependency image
3030
shell: bash
3131
run: |
32+
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
3233
echo "::group::BUILD DEPENDENCY IMAGE"
3334
time python3 ci/premerge.py --platform ${{ inputs.platform }} \
3435
--cuda-version ${{ inputs.cuda-version }} \

0 commit comments

Comments
 (0)