Skip to content

Commit

Permalink
Remove deprecated Cross configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Nov 25, 2024
1 parent 67ed57b commit 2a7b0ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quickwit/Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ image = "quickwit/cross:x86_64-unknown-linux-gnu"

[target.x86_64-unknown-linux-musl]
image = "quickwit/cross:x86_64-unknown-linux-musl"
RUSTFLAGS="LIB_LDFLAGS=-L/usr/lib/x86_64-linux-gnu CFLAGS=-I/usr/local/musl/include CC=musl-gcc"

[target.aarch64-unknown-linux-gnu]
image = "quickwit/cross:aarch64-unknown-linux-gnu"
Expand All @@ -22,4 +21,3 @@ passthrough = ["KRB5_CV_ATTR_CONSTRUCTOR_DESTRUCTOR=yes", "AC_CV_FUNC_REGCOMP=ye

[target.aarch64-unknown-linux-musl]
image = "quickwit/cross:aarch64-unknown-linux-musl"
linker = "aarch64-linux-musl-gcc"

0 comments on commit 2a7b0ff

Please sign in to comment.