Skip to content

Commit a29b9be

Browse files
authored
Merge pull request #30 from CarlWachter/build_fix
Toolchain build fix
2 parents 2ddf6ec + 7e3c0a0 commit a29b9be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- master

toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ cmake ../../hermit/ \
110110
-DTOOLCHAIN_BIN_DIR=$PREFIX/bin \
111111
-DCMAKE_INSTALL_PREFIX=$PREFIX \
112112
-DBOOTSTRAP=true
113-
make hermit-bootstrap
114-
make hermit-bootstrap-install
113+
make hermit
114+
make hermit_rs-install
115115
cd -
116116
fi
117117

0 commit comments

Comments
 (0)