From 3bd67286641b3afb17386b49ee0550759b3a8a2f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Oct 2024 17:23:17 +0200 Subject: [PATCH] GHA/non-native: fix OmniOS job to fail on tests Before this patch a failed test did not result in a failed CI job. Closes #15160 --- .github/workflows/non-native.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index c8b4601e3e..fc4f468cbd 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -191,6 +191,7 @@ jobs: # https://pkg.omnios.org/r151050/core/en/index.shtml prepare: pkg install build-essential libtool run: | + set -e ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env. autoreconf -fi mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-debug --enable-warnings --enable-werror \