Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 12, 2024
1 parent c429e12 commit 8ab8a4c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/toolchain_fetcher_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,13 @@ jobs:
#Yj
sudo curl -qfsSL "https://bin.ajam.dev/x86_64_Linux/yj" -o "/usr/local/bin/yj" && sudo chmod +xwr "/usr/local/bin/yj"
continue-on-error: true

#------------------------------------------------------------------------------------#
- name: rClone Update Toolchains
- name: rClone Update Toolchains (aarch64)
run: |
# Presets
set -x ; set +e
#--------------#
#touch "$HOME/.rclone.conf"
echo "${{ secrets.RCLONE_CF_R2_PUB }}" > "$HOME/.rclone.conf"
#--------------#
##https://toolchains.bootlin.com/releases_aarch64.html
#--------------#
Expand Down Expand Up @@ -261,6 +259,14 @@ jobs:
cd "$EXTRACTED_DIR" && rclone copy "." "r2:/pub/toolchains/aarch64-uclibc-edge/" --copy-links --progress --buffer-size 100M --check-first --fast-list --checkers 2000 --transfers 1000 2>/dev/null
fi
popd > /dev/null 2>&1
#--------------#
continue-on-error: true
#------------------------------------------------------------------------------------#

- name: rClone Update Toolchains (aarch64)
run: |
# Presets
set -x ; set +e
#--------------#
#--------------#
##https://toolchains.bootlin.com/releases_x86-64.html
Expand Down

0 comments on commit 8ab8a4c

Please sign in to comment.