You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
faeb1ba ci: refactor: Use version id over version codename consistently (MarcoFalke)
fae322a ci: Slim down lint image (MarcoFalke)
3333273 ci: Bump lint imagefile FROM base (MarcoFalke)
Pull request description:
Currently, the lint_test_runner is built and installed into the lint CI image. This is problematic, because it triggers a full image build on every change to its source code. Doing a build of the lint test_runner on every run is easier and faster.
ACKs for top commit:
l0rinc:
ACK faeb1ba
janb84:
Re- ACK [faeb1ba](bitcoin/bitcoin@faeb1ba)
Tree-SHA512: 39103e61ec2587096213bc1ce55b80087f6f03775592827d8c96a366453b798570d912690bf96fde4685798e5fc8ee2695ce851f473b4c8782d1a4c50c65a594
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:noble"# Check that https://packages.ubuntu.com/noble/g++-arm-linux-gnueabihf (version 13.3, similar to guix) can cross-compile
13
+
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:24.04"# Check that https://packages.ubuntu.com/noble/g++-arm-linux-gnueabihf (version 13.x, similar to guix) can cross-compile
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_win64.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_win64
10
-
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:noble"# Check that g++-mingw-w64-x86-64-posix (version 13.2, similar to guix) can cross-compile
10
+
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:24.04"# Check that https://packages.ubuntu.com/noble/g++-mingw-w64-x86-64-posix (version 13.x, similar to guix) can cross-compile
0 commit comments