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 b1df10e commit 4c926b0Copy full SHA for 4c926b0
Dockerfile
@@ -122,7 +122,7 @@ RUN mkdir rebuild-cross-deps && \
122
dpkg-deb -b rebuild-cross-deps
123
RUN apt-get install -y --no-install-recommends ./rebuild-cross-deps.deb
124
125
-RUN DEB_BUILD_PROFILES='nocheck nobench' debuild -b -uc -us -a${ARCH} --ignore-builtin-builddeps
+RUN DEB_BUILD_PROFILES='nocheck nobench' DEB_BUILD_OPTIONS='nocheck nobench' debuild -b -uc -us -a${ARCH} --ignore-builtin-builddeps
126
RUN mkdir debs && mv ../*.deb debs
127
128
# -------------------- Export crossbuild artifacts --------------------
0 commit comments