Skip to content

Commit

Permalink
linux-uclibc: Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 22, 2024
1 parent 5a8c445 commit 3bf5f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/test-base/target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ else
fi

# https://github.com/rust-lang/rust/blob/HEAD/Cargo.lock
libc_version=0.2.150
compiler_builtins_version=0.1.103
libc_version=0.2.153
compiler_builtins_version=0.1.108
sysroot=$(rustc --print sysroot)
for patch in /test-base/patches/*.diff; do
set +x
Expand Down

0 comments on commit 3bf5f75

Please sign in to comment.