Skip to content

Commit b1df10e

Browse files
committed
Change to build-profile instead of options
1 parent 32e8f30 commit b1df10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN mkdir rebuild-cross-deps && \
122122
dpkg-deb -b rebuild-cross-deps
123123
RUN apt-get install -y --no-install-recommends ./rebuild-cross-deps.deb
124124

125-
RUN DEB_BUILD_OPTIONS='nocheck nobench' debuild -b -uc -us -a${ARCH} --ignore-builtin-builddeps
125+
RUN DEB_BUILD_PROFILES='nocheck nobench' debuild -b -uc -us -a${ARCH} --ignore-builtin-builddeps
126126
RUN mkdir debs && mv ../*.deb debs
127127

128128
# -------------------- Export crossbuild artifacts --------------------

0 commit comments

Comments
 (0)