Upgrade cxx-amd64-fedora-40 to build2 0.17.0
All checks were successful
on-push / infra/buildenv/node (push) Successful in 1m36s
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 11m32s

This commit is contained in:
RYAN 2024-08-25 22:14:18 +02:00
parent 56d40c25f3
commit 94e51fb7d7
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -8,7 +8,7 @@ RUN true \
RUN true \
&& mkdir ~/build2-build \
&& cd ~/build2-build \
&& curl -sSfO https://stage.build2.org/0/0.17.0-a.0/build2-install-0.17.0-a.0-stage.sh \
&& sh build2-install-0.17.0-a.0-stage.sh --yes --trust yes \
&& curl -sSfO https://download.build2.org/0.17.0/build2-install-0.17.0.sh \
&& sh build2-install-0.17.0.sh --yes --trust yes \
&& cd / \
&& rm -rf ~/build2-build