aboutsummaryrefslogtreecommitdiff
path: root/src/secp256k1/.github/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/secp256k1/.github/actions')
-rw-r--r--src/secp256k1/.github/actions/install-homebrew-valgrind/action.yml2
-rw-r--r--src/secp256k1/.github/actions/run-in-docker-action/action.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/src/secp256k1/.github/actions/install-homebrew-valgrind/action.yml b/src/secp256k1/.github/actions/install-homebrew-valgrind/action.yml
index 094ff891f7..ce10eb2686 100644
--- a/src/secp256k1/.github/actions/install-homebrew-valgrind/action.yml
+++ b/src/secp256k1/.github/actions/install-homebrew-valgrind/action.yml
@@ -16,7 +16,7 @@ runs:
cat valgrind_fingerprint
shell: bash
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
id: cache
with:
path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }}
diff --git a/src/secp256k1/.github/actions/run-in-docker-action/action.yml b/src/secp256k1/.github/actions/run-in-docker-action/action.yml
index dbfaa4fece..74933686a0 100644
--- a/src/secp256k1/.github/actions/run-in-docker-action/action.yml
+++ b/src/secp256k1/.github/actions/run-in-docker-action/action.yml
@@ -36,6 +36,11 @@ runs:
load: true
cache-from: type=gha
+ - # Workaround for https://github.com/google/sanitizers/issues/1614 .
+ # The underlying issue has been fixed in clang 18.1.3.
+ run: sudo sysctl -w vm.mmap_rnd_bits=28
+ shell: bash
+
- # Tell Docker to pass environment variables in `env` into the container.
run: >
docker run \