Skip to content

Commit

Permalink
CI: Fix github error for sanitizer test.
Browse files Browse the repository at this point in the history
The issue described at: tpm2-software/tpm2-tss#2792
is temporally fixed by adding: "run: sudo sysctl vm.mmap_rnd_bits=28"
in ./github/workflow/main.yml

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Mar 20, 2024
1 parent 03af889 commit a34ac82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: fix-sanitizer
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Launch Action
uses:
tpm2-software/ci/runCI@main
Expand All @@ -31,6 +33,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: fix-sanitizer
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Launch Action
uses:
tpm2-software/ci/runCI@main
Expand All @@ -49,6 +53,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: fix-sanitizer
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Launch Action
uses:
tpm2-software/ci/runCI@main
Expand All @@ -69,6 +75,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: fix-sanitizer
run: sudo sysctl vm.mmap_rnd_bits=28
- name: Launch Coverity Action
uses:
tpm2-software/ci/coverityScan@main
Expand Down

0 comments on commit a34ac82

Please sign in to comment.