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 02834c6 commit fb54f14Copy full SHA for fb54f14
.ci/write-dockerfile.sh
@@ -275,7 +275,7 @@ cat <<EOF
275
FROM with-system-packages AS bootstrapped
276
#:bootstrapping:
277
RUN rm -rf /new /sage/.git
278
-$ADD Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap configure.ac sage .homebrew-build-env tox.ini .gitignore /new/
+$ADD Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap conftest.py configure_wrapper configure.ac sage .homebrew-build-env tox.ini .gitignore /new/
279
$ADD config/config.rpath /new/config/config.rpath
280
$ADD src/doc/bootstrap /new/src/doc/bootstrap
281
$ADD src/bin /new/src/bin
0 commit comments