Skip to content

Commit e1bbdfd

Browse files
1 parent 5342ade commit e1bbdfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ rustflags = [
309309
"-Clink-arg=-Wl,--as-needed",
310310
"-Clink-arg=-Wl,--build-id=none",
311311
"-Clink-arg=-Wl,--strip-all",
312-
"-Clink-arg=-Wl,-z,pack-relative-relocs",
313312
"-Clinker-plugin-lto",
314313
]
315314

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
if [ ! -f ~/.cargo/bin/redoxer ]; then
9999
cargo install --git https://gitlab.redox-os.org/redox-os/redoxer.git --locked redoxer -q
100100
fi
101+
101102
if [ ! -d ~/.redoxer ]; then
102103
redoxer toolchain
103104
fi
@@ -162,6 +163,7 @@ jobs:
162163
"x86_64-unknown-linux-ohos Android-x86_64-ohos"
163164
"mips64-openwrt-linux-musl Openwrt-mips64-musl"
164165
"x86_64-unknown-hurd-gnu Hurd-x86_64"
166+
"x86_64-unknown-redox Redox-x86_64"
165167
)
166168
for target in "${targets[@]}"; do
167169
read -r arch name <<< "$target"

0 commit comments

Comments
 (0)