mirror of
https://github.com/transmission/transmission
synced 2025-01-02 21:16:04 +00:00
removing temporary workaround for sanitizer crashes (#6802)
This commit is contained in:
parent
b6363fcf47
commit
1be53ac139
1 changed files with 0 additions and 5 deletions
5
.github/workflows/actions.yml
vendored
5
.github/workflows/actions.yml
vendored
|
@ -147,11 +147,6 @@ jobs:
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
npm
|
npm
|
||||||
- name: Temporary workaround for sanitizer crashes
|
|
||||||
# https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-14/+bug/2048768
|
|
||||||
# https://github.com/actions/runner-images/issues/9491
|
|
||||||
# https://github.com/actions/runner-images/pull/9513
|
|
||||||
run: sudo sysctl vm.mmap_rnd_bits=28
|
|
||||||
- name: Get Source
|
- name: Get Source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue