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 3de8476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion docker/test/fixtures/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ default = ["cpp"]
cpp = []

[build-dependencies]
cc = "1"
# https://github.com/rust-lang/cc-rs/issues/959
cc = "=1.0.83"
# TODO: 0.1.49 fails for android
cmake = "=0.1.48"

Expand Down

0 comments on commit 3de8476

Please sign in to comment.