Skip to content

Commit

Permalink
use initrd from buildroot CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kleo authored and Wolfvak committed Jun 11, 2021
1 parent 39191e3 commit 72defc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- uses: "actions/checkout@v2"
- run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
- run: |
sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabi binutils build-essential git flex bison libssl-dev bc axel libgmp-dev libmpc-dev zstd
- run: "axel https://github.com/ClangBuiltLinux/boot-utils/raw/main/images/arm/rootfs.cpio.zst && zstd -d rootfs.cpio.zst && gzip rootfs.cpio && rm rootfs.cpio.zst"
sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabi binutils build-essential git flex bison libssl-dev bc axel libgmp-dev libmpc-dev jq
- run: echo "ROOTFS_LATEST_URL=`curl -sL https://api.github.com/repos/linux-3ds/buildroot/releases | jq -r '.[].assets[].browser_download_url'`" >> $GITHUB_ENV
- run: "axel ${ROOTFS_LATEST_URL}"
- run: "make nintendo3ds_defconfig all"
env:
ARCH: "arm"
Expand Down

0 comments on commit 72defc8

Please sign in to comment.