+1 −1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -206,7 +206,7 @@ macos: | ||
PACKAGE_URL=${PACKAGE_REGISTRY_URL}/macos-deps/${SM_SHA}/$(basename $VER_DIR)_${ARCHITECTURE}.dmg
|
||
if ! curl -H "JOB-TOKEN: $CI_JOB_TOKEN" -fLO $PACKAGE_URL; then
|
||
sm/build_toolset.sh
|
||
rm $VER_DIR/var/cache/pkg/.skip
|
||
rm $VER_DIR/var/cache/pkg/.skip_remove_nonessential_files
|
||
sm/jhb/usr/bin/jhb run rustup self uninstall -y
|
||
sm/jhb/usr/bin/archive remove_nonessentials
|
||
sm/jhb/usr/bin/archive create_dmg
|
||




















