Skip to content

Commit

Permalink
fix: don't install kernel-specific headers
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 9, 2024
1 parent e2aa7f1 commit 326cae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ WORKDIR /root

ADD --link https://github.com/hermit-os/binutils.git binutils
ADD --link https://github.com/hermit-os/gcc.git gcc
ADD --link https://github.com/hermit-os/hermit-playground.git hermit
ADD --link https://github.com/hermit-os/kernel.git#hermit-c kernel
ADD --link https://github.com/hermit-os/newlib.git newlib
ADD --link https://github.com/hermit-os/pthread-embedded.git pte
Expand Down
2 changes: 0 additions & 2 deletions toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ make install-gcc
cd -
fi

cp -r hermit/include $PREFIX/x86_64-hermit

cd kernel
cargo xtask build \
--artifact-dir . \
Expand Down

0 comments on commit 326cae9

Please sign in to comment.