Skip to content

Commit

Permalink
Merge pull request #35 from hermit-os/time
Browse files Browse the repository at this point in the history
fix: remove kernel time dependency workaround
  • Loading branch information
mkroening authored Aug 13, 2024
2 parents 23f49cb + 8d09c56 commit 0104515
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ fi

if [ ! -d "hermit" ]; then
git clone --recursive -b master https://github.com/hermit-os/hermit-playground hermit
pushd hermit/librs
# See https://github.com/hermit-os/libhermit-rs/issues/597
cargo update --package time --precise 0.3.11
popd
fi

if [ ! -d "newlib" ]; then
Expand Down

0 comments on commit 0104515

Please sign in to comment.