From c340c96f5ecfcacceee861effe89dd0c6aa70511 Mon Sep 17 00:00:00 2001 From: Carl Wachter Date: Wed, 5 Jun 2024 09:34:30 +0200 Subject: [PATCH 1/2] feat(CI): check on PR --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29e8256..485cb25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,7 @@ name: Publish on: + pull_request: push: branches: - master From 7e3c0a0bb39851021d7e1810d8cf3c374ad63d27 Mon Sep 17 00:00:00 2001 From: Carl Wachter Date: Wed, 5 Jun 2024 09:31:02 +0200 Subject: [PATCH 2/2] fix(build): updated hermit make targets --- toolchain.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain.sh b/toolchain.sh index 05e70c8..56552aa 100755 --- a/toolchain.sh +++ b/toolchain.sh @@ -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