From: Matthew Fernandez Date: Sat, 19 Feb 2022 06:53:42 +0000 (-0800) Subject: CI: [nfc] remove setting of '$OS_ID' X-Git-Tag: 3.0.0~21^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c85df04b23c05f444e32b7045189a7c6c7d5c82;p=graphviz CI: [nfc] remove setting of '$OS_ID' As of the prior commit, nothing uses this variable. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cfae2697..a2ba94c31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -216,7 +216,6 @@ portable-source: script: - ci/install-packages.sh - export GV_VERSION=$( cat GRAPHVIZ_VERSION ) - - export OS_ID=$( cat OS_ID ) - python3 -m pytest --verbose --junitxml=report.xml ci/tests.py tests rtest artifacts: reports: @@ -241,7 +240,6 @@ portable-source: - popd - ci/install-packages.sh - export GV_VERSION=$( cat GRAPHVIZ_VERSION ) - - export OS_ID=$( cat OS_ID ) # Many of the tests run by pytest currently trigger ASan # memory leak detections. Disable those for now. - export ASAN_OPTIONS=detect_leaks=0