Skip to content

Commit

Permalink
Merge pull request #30 from CarlWachter/build_fix
Browse files Browse the repository at this point in the history
Toolchain build fix
  • Loading branch information
mkroening authored Jun 5, 2024
2 parents 2ddf6ec + 7e3c0a0 commit a29b9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
pull_request:
push:
branches:
- master
Expand Down
4 changes: 2 additions & 2 deletions toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ cmake ../../hermit/ \
-DTOOLCHAIN_BIN_DIR=$PREFIX/bin \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DBOOTSTRAP=true
make hermit-bootstrap
make hermit-bootstrap-install
make hermit
make hermit_rs-install
cd -
fi

Expand Down

0 comments on commit a29b9be

Please sign in to comment.