Skip to content
Snippets Groups Projects
Commit 1d17ede3 authored by Huste, Tobias's avatar Huste, Tobias Committed by Huste, Tobias
Browse files

Use break system packages everywhere

parent 4a0f4ac6
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ build:gcc:11: ...@@ -34,7 +34,7 @@ build:gcc:11:
stage: build stage: build
before_script: before_script:
- apt-get update && apt-get -qy install python3 python3-pip - apt-get update && apt-get -qy install python3 python3-pip
- pip3 install cmake - pip3 install --break-system-packages cmake
script: script:
- cmake -S . -B build - cmake -S . -B build
- cmake --build build - cmake --build build
...@@ -47,7 +47,7 @@ build:gcc:12: ...@@ -47,7 +47,7 @@ build:gcc:12:
stage: build stage: build
before_script: before_script:
- apt-get update && apt-get -qy install python3 python3-pip - apt-get update && apt-get -qy install python3 python3-pip
- pip3 install cmake - pip3 install --break-system-packages cmake
script: script:
- cmake -S . -B build - cmake -S . -B build
- cmake --build build - cmake --build build
......
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