Skip to content

Commit

Permalink
Update openwrt-builder_custom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eearphon committed Jun 30, 2024
1 parent 930d236 commit 709e208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openwrt-builder_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
cd openwrt
./scripts/feeds update -a
[ "${{ github.event.inputs.golangnewver }}" == "true" ] && rm -rf feeds/packages/lang/golang && git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang
[ -d feeds/packages/lang/rust ] || (tar zxvf $GITHUB_WORKSPACE/extra/rust.tgz -C feeds/packages/; ./scripts/feeds update -i)
[ -e feeds/packages_up/net/miniupnpc/package/mbedtls_2.28.0.tgz ] && rm -rf package/libs/mbedtls && tar zxvf feeds/packages_up/net/miniupnpc/package/mbedtls_2.28.0.tgz
[ "${{ github.event.inputs.repourl }}" == 'https://github.com/Lienol/openwrt;19.07' ] && (cd include; patch < $GITHUB_WORKSPACE/extra/lienol_openwrt_19.07.patch; cd ..)
grep ^GO_VERSION_MAJOR_MINOR feeds/packages/lang/golang/golang/Makefile || echo
Expand Down
Binary file added extra/rust.tgz
Binary file not shown.

0 comments on commit 709e208

Please sign in to comment.