We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2ca71 commit 2726cedCopy full SHA for 2726ced
.github/workflows/build.yml
@@ -26,8 +26,6 @@ jobs:
26
27
- name: build-image
28
run: |
29
- podman rmi --ignore rust:alpine-mimalloc
30
-
31
pushd "$(mktemp -d)"
32
curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
33
podman build \
@@ -50,6 +48,8 @@ jobs:
50
48
rust:alpine-mimalloc \
51
49
/workspace/build-alpine.sh
52
+ podman rmi rust:alpine-mimalloc
+
53
- name: upload-artifact
54
uses: actions/upload-artifact@v4
55
with:
@@ -84,7 +84,7 @@ jobs:
84
85
set -euo pipefail
86
87
- node_ver=v23.7.0
+ node_ver=v23.8.0
88
89
90
build-alpine.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-node_ver=v23.7.0
+node_ver=v23.8.0
6
7
apk add \
8
clang \
0 commit comments