Skip to content

Commit

Permalink
make mips-unknown-linux-musl and mipsel-unknown-linux-musl use bu…
Browse files Browse the repository at this point in the history
…ild-std in ci (#1407)

This was missed in #1394 somehow
  • Loading branch information
Emilgardis authored Jan 8, 2024
2 parents 4cf07b0 + 4d2a469 commit 8e312f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ cpp = true
dylib = true
std = true
run = true
build-std = true

[[target]]
target = "mipsel-unknown-linux-musl"
Expand All @@ -316,6 +317,7 @@ cpp = true
dylib = true
std = true
run = true
build-std = true

[[target]]
target = "aarch64-linux-android"
Expand Down

0 comments on commit 8e312f8

Please sign in to comment.