Skip to content

Commit c58e411

Browse files
author
oech3
committed
stty: Bump libc to 0.2.179
1 parent dc4abbb commit c58e411

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,8 @@ jobs:
568568
DOCKER_OPTS: '--volume /etc/passwd:/etc/passwd --volume /etc/group:/etc/group'
569569
SCCACHE_GHA_ENABLED: "true"
570570
RUSTC_WRAPPER: "sccache"
571+
RUST_LIBC_UNSTABLE_MUSL_V1_2_3: 1 # Avoid build failure on i686-musl
572+
RUST_LIBC_UNSTABLE_GNU_TIME_BITS: 64 # Avoid build failure on i686-musl
571573
strategy:
572574
fail-fast: false
573575
matrix:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)