Skip to content
Snippets Groups Projects
Commit 45feb97f authored by Florian Schmaus's avatar Florian Schmaus Committed by Florian Schmaus
Browse files

[gitlab-ci] bump image to flowdalic/gentoo-dev:20241216, unrestrict GCC

parent 1a656bb9
No related branches found
No related tags found
No related merge requests found
image: "flowdalic/gentoo-dev:20241115"
image: "flowdalic/gentoo-dev:20241216"
before_script:
- ulimit -a
......@@ -33,8 +33,8 @@ cache:
variables:
BUILDDTYPE: debugoptimized
GCC: gcc-13
GXX: g++-13
GCC: gcc
GXX: g++
CC: $GCC
CXX: $GXX
EXTRA_NINJA_ARGS: -v
......
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