File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- SYSROOT_VERSION = 0.6 .0
2- SYSROOT_CLI_IMAGE = ghcr.io/faasm/cpp-sysroot:0.6 .0
1+ SYSROOT_VERSION = 0.7 .0
2+ SYSROOT_CLI_IMAGE = ghcr.io/faasm/cpp-sysroot:0.7 .0
33COMPOSE_PROJECT_NAME = cpp-dev
Original file line number Diff line number Diff line change 1717 if : github.event.pull_request.draft == false
1818 runs-on : ubuntu-latest
1919 container :
20- image : ghcr.io/faasm/cpp-sysroot:0.6 .0
20+ image : ghcr.io/faasm/cpp-sysroot:0.7 .0
2121 steps :
2222 # --- Update code ---
2323 - name : " Checkout code"
Original file line number Diff line number Diff line change 1- 0.6 .0
1+ 0.7 .0
Original file line number Diff line number Diff line change 11# llvm image is not re-built often, so the tag may be behind
2- FROM ghcr.io/faasm/llvm:0.4 .0 AS llvm
2+ FROM ghcr.io/faasm/llvm:0.7 .0 AS llvm
33
44# faabric-base image is not re-built often, so tag may be behind
5- FROM ghcr.io/faasm/faabric-base:0.15 .0
5+ FROM ghcr.io/faasm/faabric-base:0.21 .0
66SHELL ["/bin/bash" , "-c" ]
77ENV CPP_DOCKER="on"
88
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33SHELL ["/bin/bash" , "-c" ]
44ENV CPP_DOCKER="on"
Original file line number Diff line number Diff line change 1- black == 22.3 .0
2- faasmctl = =0.49.0
3- flake8 == 4.0.1
1+ black >= 25.9 .0
2+ faasmctl > =0.49.0
3+ flake8 >= 7.3.0
44invoke >= 2.0.0
55requests >= 2.31.0
You can’t perform that action at this time.
0 commit comments