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
  • Loading branch information
Emilgardis committed Jan 7, 2024
1 parent 4da645b commit 4d2a469
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 4d2a469

Please sign in to comment.