Skip to content

Commit

Permalink
Remove rust-toolchain.toml to build freebsd with rust 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 22, 2024
1 parent 8bd7b2e commit cdfe602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pkg.nu
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
}
match $target {
'x86_64-unknown-freebsd' => {
rm $'($env.GITHUB_WORKSPACE)/rust-toolchain.toml'
let ARGS = [
--rm --volume $'($env.GITHUB_WORKSPACE):/src'
--user $'(id --user):(id --group)'
unixgeek2/rust-x86_64-freebsd:rust-1.79.0 build
hustcer/rust-cross-freebsd:13.4-rust-1.81.0 build
--release --all --target $target --color always
]
docker container run ...$ARGS
Expand Down

0 comments on commit cdfe602

Please sign in to comment.