Skip to content

Commit 90f6fb0

Browse files
committed
ci: use gcc 12.3.0 and Ubuntu latest
Signed-off-by: Shiji Yang <[email protected]>
1 parent cc6858c commit 90f6fb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/custom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ on:
7676
jobs:
7777
build:
7878
name: Build MT7621 u-boot
79-
runs-on: ubuntu-22.04
79+
runs-on: ubuntu-latest
8080
strategy:
8181
fail-fast: False
8282

@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Download OpenWrt toolchain
9898
run: |
99-
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 \
99+
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 \
100100
| tar --xz -xf -
101101
102102
- name: Set old DDR timing parameters

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

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

77
echo "CROSS_COMPILE=${Toolchain}"

0 commit comments

Comments
 (0)