We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c0b6d commit 3b3767dCopy full SHA for 3b3767d
dev/jenkins/anaconda.sh
@@ -254,6 +254,7 @@ log "ACTIVATED ENVIRONMENT: BUILD."
254
conda config --add channels defaults
255
log "UPDATING CONDA: MINICONDA-BUILD"
256
conda update --quiet --yes conda
257
+print
258
259
# Debug Homebrew-installed tools:
260
# (
@@ -264,7 +265,6 @@ conda update --quiet --yes conda
264
265
266
# THE ACTUAL TESTS:
267
# Create the Swift/T source release export in $TMP/distro
-print
268
task $SWIFT_T/dev/release/make-release-pkg.zsh $B -T
269
# Set up the build environment in Miniconda-build
270
task $SWIFT_T/dev/conda/setup-conda.sh
0 commit comments