Skip to content

Commit

Permalink
Update crosstool-ng to 558d67ec0df4bcdf495376629639ebaffd8b1fe6
Browse files Browse the repository at this point in the history
- new crosstool-ng version
- use gh instead of hub
  • Loading branch information
ltekieli committed Nov 10, 2024
1 parent 8291b3a commit d355fa9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ct-ng-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ce5b27
558d67ec0df4bcdf495376629639ebaffd8b1fe6
23 changes: 11 additions & 12 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ source ~/.ct-ng-$(cat ./.ct-ng-version)/activate
mkdir -p output/downloads
export CT_PREFIX=${PWD}/output

TAG=2023.04.01
MTIME="2023-04-01 00:00Z"
TAG=2024.11.01
MTIME="2024-11-01 00:00Z"

function _build() {
CONFIG=$1
Expand All @@ -27,16 +27,15 @@ function _build() {
}

function _release() {
hub release create -m "v${TAG}" \
-a output/avr.tar.gz \
-a output/avr.tar.gz.sha256 \
-a output/aarch64-rpi3-linux-gnu.tar.gz \
-a output/aarch64-rpi3-linux-gnu.tar.gz.sha256 \
-a output/arm-cortex_a8-linux-gnueabihf.tar.gz \
-a output/arm-cortex_a8-linux-gnueabihf.tar.gz.sha256 \
-a output/armv6-rpi-linux-gnueabihf.tar.gz \
-a output/armv6-rpi-linux-gnueabihf.tar.gz.sha256 \
"v${TAG}"
gh release create "v${TAG}" \
output/avr.tar.gz \
output/avr.tar.gz.sha256 \
output/aarch64-rpi3-linux-gnu.tar.gz \
output/aarch64-rpi3-linux-gnu.tar.gz.sha256 \
output/arm-cortex_a8-linux-gnueabihf.tar.gz \
output/arm-cortex_a8-linux-gnueabihf.tar.gz.sha256 \
output/armv6-rpi-linux-gnueabihf.tar.gz \
output/armv6-rpi-linux-gnueabihf.tar.gz.sha256
}

function help() {
Expand Down

0 comments on commit d355fa9

Please sign in to comment.