Skip to content

Commit

Permalink
WIP: bump effective-limits to use riscv64 compatible libc
Browse files Browse the repository at this point in the history
This just forces effective-limits to use a patched libc with
riscv64-unknown-linux-gnu support for RLIMIT constants.

See rust-lang/libc#1745
  • Loading branch information
tblah committed Apr 29, 2020
1 parent 342642d commit bfbff98
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 34 deletions.
70 changes: 37 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ chrono = "0.4"
clap = "2"
download = { path = "download" }
error-chain = "0.12"
effective-limits = "0.4"
effective-limits = { git = "https://github.com/tblah/effective-limits.rs.git", rev = "4873a008d2b441b2d47ce01f62c6f5ec9c157df9" }
flate2 = "1"
git-testament = "0.1.4"
home = "0.5"
Expand Down

0 comments on commit bfbff98

Please sign in to comment.