Skip to content

Commit

Permalink
Bump ghcr.io/cross-rs/mips{el,}-unknown-linux-gnu from 0.2.4 to 0.2.5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Feb 5, 2023
1 parent 09547a4 commit 54b37fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ pre-build = [
]

[target.mipsel-unknown-linux-gnu]
image = "ghcr.io/cross-rs/mipsel-unknown-linux-gnu:0.2.4"
image = "ghcr.io/cross-rs/mipsel-unknown-linux-gnu:0.2.5"
env.passthrough = [
"RUSTFLAGS=-C strip=symbols",
"OPENSSL_DIR=/usr/mipsel-linux-gnu",
]

[target.mips-unknown-linux-gnu]
image = "ghcr.io/cross-rs/mips-unknown-linux-gnu:0.2.4"
image = "ghcr.io/cross-rs/mips-unknown-linux-gnu:0.2.5"
env.passthrough = [
"RUSTFLAGS=-C strip=symbols",
"OPENSSL_DIR=/usr/mips-linux-gnu",
Expand Down

0 comments on commit 54b37fb

Please sign in to comment.