We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546133e commit 2154a68Copy full SHA for 2154a68
images/wkdev_sdk/Containerfile
@@ -116,7 +116,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/jhbuild.git && \
116
make && \
117
make install && \
118
export JHBUILD_RUN_AS_ROOT=1 WKDEV_IN_IMAGE_BUILD=1 && \
119
- jhbuild --no-interact build && \
+ jhbuild --exit-on-error --no-interact build && \
120
rm -r /var/tmp/jhbuild
121
122
# Register basic JHBuild environment
0 commit comments