File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- SYSROOT_VERSION = 0.7 .0
2- SYSROOT_CLI_IMAGE = ghcr.io/faasm/cpp-sysroot:0.7 .0
1+ SYSROOT_VERSION = 0.8 .0
2+ SYSROOT_CLI_IMAGE = ghcr.io/faasm/cpp-sysroot:0.8 .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.7 .0
20+ image : ghcr.io/faasm/cpp-sysroot:0.8 .0
2121 steps :
2222 # --- Update code ---
2323 - name : " Checkout code"
Original file line number Diff line number Diff line change 1- 0.7 .0
1+ 0.8 .0
Original file line number Diff line number Diff line change 22FROM 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.21 .0
5+ FROM ghcr.io/faasm/faabric-base:0.22 .0
66SHELL ["/bin/bash" , "-c" ]
77ENV CPP_DOCKER="on"
88
99# Copy the toolchain and LLVM sources from the LLVM container
1010COPY --from=llvm /usr/local/faasm /usr/local/faasm
11- COPY --from=llvm /opt/llvm-project /opt/llvm-project
11+ # COPY --from=llvm /opt/llvm-project /opt/llvm-project
1212
1313# Update APT dependencies
1414RUN apt update && apt install -y autotools-dev
You can’t perform that action at this time.
0 commit comments