diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-23 02:04:00 +1000 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-23 02:04:00 +1000 |
commit | bbcc775c199bc11a9e47b8f8381a0cd27c88b974 (patch) | |
tree | a64a6fffc5edb33c0d2b8f2a672740c0575e81b0 | |
parent | ab8c8c269d50346abec9839094ef4ca191fcfc40 (diff) | |
download | portable-bbcc775c199bc11a9e47b8f8381a0cd27c88b974.tar.gz portable-bbcc775c199bc11a9e47b8f8381a0cd27c88b974.tar.bz2 portable-bbcc775c199bc11a9e47b8f8381a0cd27c88b974.zip |
Revert "CI: setup kernel entropy to work with asan"
This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019.
-rw-r--r-- | .github/workflows/linux.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index af76b5d..180f43c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
@@ -57,15 +57,6 @@ 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 | |||
69 | - name: "Run tests" | 60 | - name: "Run tests" |
70 | run: ./scripts/test | 61 | run: ./scripts/test |
71 | env: | 62 | env: |