Skip to content

Commit 3553640

Browse files
committed
try gnu
1 parent f76d9e8 commit 3553640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trampoline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
os: ubuntu-latest
3737

3838
- name: "Linux-powerpc64"
39-
target: powerpc64le-unknown-linux-musl
39+
target: powerpc64le-unknown-linux-gnu
4040
os: ubuntu-latest
4141

4242
- name: "macOS-x86"

src/global/trampoline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const TRAMPOLINE_BIN: &[u8] = include_bytes!(
6868
#[cfg(target_endian = "little")]
6969
#[cfg(target_os = "linux")]
7070
const TRAMPOLINE_BIN: &[u8] = include_bytes!(
71-
"../../crates/pixi_trampoline/trampolines/pixi-trampoline-powerpc64le-unknown-linux-musl.zst"
71+
"../../crates/pixi_trampoline/trampolines/pixi-trampoline-powerpc64le-unknown-linux-gnu.zst"
7272
);
7373

7474
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)