Skip to content

Commit 890548a

Browse files
authored
In CI, stop Solaris VM setup on failure
1 parent df42c73 commit 890548a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ jobs:
289289
envs: 'CFLAGS_GCC_STYLE CMAKE_FLAGS'
290290
usesh: true
291291
prepare: |
292+
set -e
292293
pkg install -y cmake
293294
294295
run: |
@@ -350,6 +351,7 @@ jobs:
350351
# You have to actually register with Oracle to get an X.509
351352
# certificate before you can even download their compiler. Whatever.
352353
prepare: |
354+
set -e
353355
cp "$GITHUB_WORKSPACE/pkg.oracle.com.key.pem" /root/pkg.oracle.com.key.pem
354356
cp "$GITHUB_WORKSPACE/pkg.oracle.com.certificate.pem" /root/pkg.oracle.com.certificate.pem
355357
sudo pkg set-publisher \

0 commit comments

Comments
 (0)