diff options
| author | Ilia Shipitsin <chipitsine@gmail.com> | 2024-03-17 20:00:26 +0100 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2024-03-17 21:32:55 -0500 |
| commit | 836fa1116a8a2ce0ab57547f3852412c9a07f852 (patch) | |
| tree | 2991850b3a83fccbb0955c279bb4452d838c97ba | |
| parent | 25bf3a5522a84604845cf7f9cc84eea3ab82b6bd (diff) | |
| download | portable-836fa1116a8a2ce0ab57547f3852412c9a07f852.tar.gz portable-836fa1116a8a2ce0ab57547f3852412c9a07f852.tar.bz2 portable-836fa1116a8a2ce0ab57547f3852412c9a07f852.zip | |
CI: setup kernel entropy to work with asan
| -rw-r--r-- | .github/workflows/linux.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 180f43c..af76b5d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
| @@ -57,6 +57,15 @@ jobs: | |||
| 57 | - name: "Checkout repository" | 57 | - name: "Checkout repository" |
| 58 | uses: actions/checkout@v4 | 58 | uses: actions/checkout@v4 |
| 59 | 59 | ||
| 60 | # | ||
| 61 | # temporary hack | ||
| 62 | # should be revisited after https://github.com/actions/runner-images/issues/9491 is resolved | ||
| 63 | # | ||
| 64 | |||
| 65 | - name: Setup entropy | ||
| 66 | run: | | ||
| 67 | sudo sysctl vm.mmap_rnd_bits=28 | ||
| 68 | |||
| 60 | - name: "Run tests" | 69 | - name: "Run tests" |
| 61 | run: ./scripts/test | 70 | run: ./scripts/test |
| 62 | env: | 71 | env: |
