Skip to content
Snippets Groups Projects
Commit 6bfe8aa5 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

pin sentry-cli to 2.33.1 to attempt to fix windows symbol upload

parent 89ae3ed3
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ variables: ...@@ -73,7 +73,7 @@ variables:
before_script: before_script:
- python -m venv .venv - python -m venv .venv
- .\.venv\Scripts\Activate.ps1 - .\.venv\Scripts\Activate.ps1
- pip install --upgrade llbase autobuild certifi sentry-cli cmake - pip install --upgrade llbase autobuild certifi sentry-cli=2.33.1 cmake
script: script:
- autobuild configure -c Release -- -DUSE_LTO="${ENABLE_LTO}" -DHAVOK_TPV="${USE_HAVOK}" -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE - autobuild configure -c Release -- -DUSE_LTO="${ENABLE_LTO}" -DHAVOK_TPV="${USE_HAVOK}" -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
- autobuild build -c Release --no-configure - autobuild build -c Release --no-configure
...@@ -107,7 +107,7 @@ variables: ...@@ -107,7 +107,7 @@ variables:
before_script: before_script:
- python3 -m venv .venv - python3 -m venv .venv
- source .venv/bin/activate - source .venv/bin/activate
- pip3 install --upgrade llbase autobuild dmgbuild certifi sentry-cli cmake - pip3 install --upgrade llbase autobuild dmgbuild certifi sentry-cli=2.33.1 cmake
script: script:
- autobuild configure -c Release -- -DENABLE_SIGNING=ON -DUSE_LTO=OFF -DHAVOK_TPV=${USE_HAVOK} -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE - autobuild configure -c Release -- -DENABLE_SIGNING=ON -DUSE_LTO=OFF -DHAVOK_TPV=${USE_HAVOK} -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
- autobuild build -c Release --no-configure - autobuild build -c Release --no-configure
...@@ -139,7 +139,7 @@ variables: ...@@ -139,7 +139,7 @@ variables:
before_script: before_script:
- python3 -m venv .venv - python3 -m venv .venv
- source .venv/bin/activate - source .venv/bin/activate
- pip3 install --upgrade llbase autobuild certifi sentry-cli cmake ninja - pip3 install --upgrade llbase autobuild certifi sentry-cli=2.33.1 cmake ninja
script: script:
- autobuild configure -c Release -- -DUSE_LTO=OFF -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE -DCOMPRESS_DEBUG=ON - autobuild configure -c Release -- -DUSE_LTO=OFF -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE -DCOMPRESS_DEBUG=ON
- autobuild build -c Release --no-configure - autobuild build -c Release --no-configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment