Skip to content

Commit

Permalink
ci: use gcc 12.3.0 and Ubuntu latest
Browse files Browse the repository at this point in the history
Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep committed May 16, 2023
1 parent cc6858c commit 90f6fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ on:
jobs:
build:
name: Build MT7621 u-boot
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: False

Expand All @@ -96,7 +96,7 @@ jobs:
- name: Download OpenWrt toolchain
run: |
wget -O - https://github.com/DragonBluep/uboot-mt7621/releases/download/20221120/openwrt-sdk-19.07.10-ramips-mt7621_gcc-7.5.0_musl.Linux-x86_64.tar.xz \
wget -O - https://github.com/DragonBluep/uboot-mt7621/releases/download/20230517/openwrt-toolchain-ramips-mt7621_gcc-12.3.0_musl.Linux-x86_64.tar.xz \
| tar --xz -xf -
- name: Set old DDR timing parameters
Expand Down
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# toolchain path
Toolchain=$(cd ../openwrt*/staging_dir/toolchain-mipsel*/bin; pwd)'/mipsel-openwrt-linux-'
Toolchain=$(cd ../openwrt*/toolchain-mipsel*/bin; pwd)'/mipsel-openwrt-linux-'
Staging=${Toolchain%/toolchain-*}

echo "CROSS_COMPILE=${Toolchain}"
Expand Down

0 comments on commit 90f6fb0

Please sign in to comment.