Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit897efe0

Browse files
committed
ci: macos: Choose python version
The CI base image used to have a python3 with headers etc installed in PATH,but doesn't anymore. Instead of relying on a specific version in the baseimage, explicitly install one ourselves.On 16 and HEAD this lead to a build without python support, but on 15 CIfailed, due to explicitly enabled python3 support.
1 parentb74e4a0 commit897efe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.cirrus.tasks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,11 @@ task:
260260
openssl \
261261
p5.34-io-tty \
262262
p5.34-ipc-run \
263+
python312 \
263264
tcl \
264265
zstd
266+
# system python doesn't provide headers
267+
sudo /opt/local/bin/port select python3 python312
265268
# Make macports install visible for subsequent steps
266269
echo PATH=/opt/local/sbin/:/opt/local/bin/:$PATH >> $CIRRUS_ENV
267270
upload_caches:macports

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp