File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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,12 +351,16 @@ 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
355+ set -x # XXX
353356 cp "$GITHUB_WORKSPACE/pkg.oracle.com.key.pem" /root/pkg.oracle.com.key.pem
354357 cp "$GITHUB_WORKSPACE/pkg.oracle.com.certificate.pem" /root/pkg.oracle.com.certificate.pem
355358 sudo pkg set-publisher \
356359 -k /root/pkg.oracle.com.key.pem \
357360 -c /root/pkg.oracle.com.certificate.pem \
358361 -G "*" -g https://pkg.oracle.com/solarisstudio/release solarisstudio
362+ pkg update -nv || true
363+ pkg update || true
359364 pkg install developer/build/make developer/build/cmake system/header
360365 pkg install --accept developerstudio-126/cc
361366
You can’t perform that action at this time.
0 commit comments