Skip to content

Commit 87ad60c

Browse files
authored
Bump CPP (remove LLVM submodule) (#25)
* gh: bump code version * cpp: bump submodule and remove llvm-project dep * gha: use access token instead * cpp: bump after merge
1 parent 08eeb04 commit 87ad60c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/login-action@v2
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
28-
password: ${{ secrets.DOCKER_PASSWORD }}
28+
password: ${{ secrets.DOCKER_TOKEN }}
2929
- name: "Build and push cpython container"
3030
id: docker_build
3131
uses: docker/build-push-action@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event.pull_request.draft == false
2121
runs-on: ubuntu-latest
2222
container:
23-
image: faasm/cpython:0.2.3
23+
image: faasm/cpython:0.2.4
2424
steps:
2525
- name: "Fetch code"
2626
uses: actions/checkout@v3
@@ -41,7 +41,7 @@ jobs:
4141
REDIS_QUEUE_HOST: redis
4242
REDIS_STATE_HOST: redis
4343
container:
44-
image: faasm/cpython:0.2.3
44+
image: faasm/cpython:0.2.4
4545
services:
4646
redis:
4747
image: redis

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM faasm/cpp-sysroot:0.2.2
1+
FROM faasm/cpp-sysroot:0.2.3
22
ARG FAASM_PYTHON_VERSION
33

44
SHELL ["/bin/bash", "-c"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3
1+
0.2.4

0 commit comments

Comments
 (0)