Skip to content

Commit

Permalink
fix: remove kernel time dependency workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 12, 2024
1 parent ee1311d commit 8d09c56
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 @@ -40,10 +40,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 8d09c56

Please sign in to comment.