Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinYikMing committed Nov 13, 2024
1 parent 42d941a commit b08f77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
cd /tmp
touch rv32emu-linux-image-prebuilt
touch sha1sum-linux-image
echo "apple" >> sha1sum-linux-image
tar -zcvf rv32emu-linux-image-prebuilt.tar.gz rv32emu-linux-image-prebuilt
- name: Create GitHub Release
env:
Expand Down
2 changes: 1 addition & 1 deletion mk/external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ TIMIDITY_DATA = $(OUT)/timidity
TIMIDITY_DATA_SHA1 = cf6217a5d824b717ec4a07e15e6c129a4657ca25

# Buildroot
BUILDROOT_VERSION = 2024.05.2
BUILDROOT_VERSION = 2024.05.3
BUILDROOT_DATA = /tmp/buildroot
BUILDROOT_DATA_URL = git clone https://github.com/buildroot/buildroot $(BUILDROOT_DATA) -b $(BUILDROOT_VERSION) --depth=1
BUILDROOT_DATA_SHA1 = e6677825313cdb47f6e62e4dc09a22ae30699b69
Expand Down

0 comments on commit b08f77c

Please sign in to comment.