Skip to content

Commit df5a096

Browse files
committed
reduce time to build macos
1 parent 2c41f33 commit df5a096

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121
PYTHON_V: 3.13
2222
# Upgrade to specific version (for platforms supporting upgrade). Upgrade skipped if env var is missing or blank.
2323
PYUPGRADE_WIN_V: 3.13.5
24-
#PYUPGRADE_MACOS_V: 3.12.1
24+
#PYUPGRADE_MACOS_V: 3.12.1 # when upgrading see the notes in the deploy phase
2525

2626
matrix:
2727
- job_name: windows_legacy
@@ -247,14 +247,14 @@ for:
247247
# we upgrade libidn2 and curl to prevent issues caused by the previous python update
248248
# on running curl for later upload (libunistring.2.dylib not found)
249249
# this is done here after generating the build to prevent SSL issues
250-
- brew upgrade libidn2 # 2.3.4 -> 2.3.4_1
250+
# ...at present python is not updated so we can skip this and save the time
251+
#- brew upgrade libidn2 # 2.3.4 -> 2.3.4_1
251252
- ../.ci/upload.sh artisan-*.dmg
252253

253-
# # uncomment this section for vnc or ssh connection to the build image
254+
# # uncomment this section for ssh connection to the build image
254255
# on_finish:
255-
# - sh: export APPVEYOR_VNC_BLOCK=true
256-
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-vnc.sh' | bash -e -
257-
# #- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
256+
# - sh: export APPVEYOR_SSH_BLOCK=true
257+
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
258258

259259

260260
-

0 commit comments

Comments
 (0)