Skip to content

Commit f9d60f6

Browse files
seolaohfakedev9999
andauthored
Bump celo-kona to bug fix version and hokulea to v1.0.2 (#60)
* Bump celo-kona to 40c12b6 and hokulea to v1.0.2 * Update elfs * chore: bump to kona 1.1.7, hokulea 1.0.2 and v3.3.3b * Update celo-kona with merged commit hash * Cleanup disk before running elf build in CI --------- Co-authored-by: fakedev9999 <taehoon@succinct.xyz>
1 parent aae2d9b commit f9d60f6

File tree

9 files changed

+188
-171
lines changed

9 files changed

+188
-171
lines changed

.github/workflows/elf.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
25+
- name: Free disk space
26+
run: |
27+
echo "Before cleanup:"
28+
df -h /
29+
30+
sudo rm -rf /usr/share/dotnet
31+
sudo rm -rf /opt/ghc
32+
sudo rm -rf /usr/local/share/boost
33+
sudo rm -rf "$AGENT_TOOLSDIRECTORY" || true
34+
docker system prune -af || true
35+
36+
echo "After cleanup:"
37+
df -h /
2538
- name: Install SP1 toolchain
2639
run: |
2740
curl -L https://sp1.succinct.xyz | bash

0 commit comments

Comments
 (0)