Skip to content

Commit f4d5bcb

Browse files
authored
[Profiler] Try fixing TSAN job (#7452)
1 parent 616b41e commit f4d5bcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,6 +2973,10 @@ stages:
29732973
targetShaId: $(targetShaId)
29742974
targetBranch: $(targetBranch)
29752975

2976+
- script: |
2977+
sudo sysctl vm.mmap_rnd_bits=28
2978+
sudo sysctl kernel.randomize_va_space=1
2979+
29762980
- template: steps/run-in-docker.yml
29772981
parameters:
29782982
build: true

0 commit comments

Comments
 (0)