Skip to content

Commit 230feba

Browse files
committed
temp workaround with --docker
1 parent e1dfae6 commit 230feba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
sudo docker system prune -af
2929
df -h
3030
31-
- name: Install protobuf compiler
31+
- name: Patch SP1 Docker image with protobuf includes
3232
run: |
33-
sudo apt-get update
34-
sudo apt-get install -y protobuf-compiler
33+
docker pull ghcr.io/succinctlabs/sp1:v6.0.2
34+
echo 'FROM ghcr.io/succinctlabs/sp1:v6.0.2
35+
RUN apt-get update && apt-get install -y --no-install-recommends libprotobuf-dev && rm -rf /var/lib/apt/lists/*' \
36+
| docker build -t ghcr.io/succinctlabs/sp1:v6.0.2 -
3537
3638
- name: Build RISC-V ELFs
3739
run: |

0 commit comments

Comments
 (0)