mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
ci: Disable avx2+ extensions for valgrind jobs
Match what valgrind supports and set the appropriate openssl variable for it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
parent
bc666db5fe
commit
c0357f8f8b
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ parent="${CI_PROJECT_DIR:-$(pwd)}"
|
||||||
export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
|
export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
|
||||||
echo "-> Running $tests"
|
echo "-> Running $tests"
|
||||||
|
|
||||||
|
# Disable all cpu extensions post AVX to match what valgrind supports
|
||||||
|
# https://github.com/openssl/openssl/blob/master/NOTES-VALGRIND.md
|
||||||
|
export OPENSSL_ia32cap=":0"
|
||||||
|
|
||||||
./gst-env.py \
|
./gst-env.py \
|
||||||
"--builddir=$builddir" \
|
"--builddir=$builddir" \
|
||||||
gst-validate-launcher "$tests" \
|
gst-validate-launcher "$tests" \
|
||||||
|
|
Loading…
Reference in a new issue