Skip to content

Commit

Permalink
Merge pull request #38 from Freifunk-Rhein-Neckar/bump-gluon-main-cf9…
Browse files Browse the repository at this point in the history
…f0f92

build-info: update Gluon to 2025-03-09
  • Loading branch information
herbetom authored Mar 10, 2025
2 parents 99e58b7 + 14a48d4 commit b82da4f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"gluon": {
"repository": "freifunk-gluon/gluon",
"branch": "main",
"commit": "7cc3ebddd7ea32ae14167389535cbc7d1df95d8e"
"commit": "cf9f0f92d8f74f5564732787e1786cf8c9908d0f"
},
"container": {
"version": "main"
Expand Down
22 changes: 22 additions & 0 deletions .github/free-runner-space.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/usr/bin/env bash

# For a List of pre-installed packages on the runner image see
# https://github.com/actions/runner-images/tree/main?tab=readme-ov-file#available-images

echo "Disk space before cleanup"
df -h

# Remove packages not required to run the Gluon build CI
sudo apt-get -y remove \
dotnet-* \
firefox \
google-chrome-stable \
kubectl \
microsoft-edge-stable \
temurin-*-jdk

# Remove Android SDK tools
sudo rm -rf /usr/local/lib/android

echo "Disk space after cleanup"
df -h
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ jobs:
- name: Print meminfo
run: cat /proc/meminfo

- name: Remove non-required software
run: bash .github/free-runner-space.sh

- name: Download prepared OpenWrt
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit b82da4f

Please sign in to comment.