Skip to content

[CI] Add --only-binary :all: when running pip#27312

Open
sbc100 wants to merge 1 commit into
emscripten-core:mainfrom
sbc100:pip_binary_only
Open

[CI] Add --only-binary :all: when running pip#27312
sbc100 wants to merge 1 commit into
emscripten-core:mainfrom
sbc100:pip_binary_only

Conversation

@sbc100

@sbc100 sbc100 commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

This ensures pip doesn't try to build anything using the local compiler.

As part of this change I found I also had to bump the version of the coverage module we were using. I guess binary wheels are no longer available for this old version maybe?

This ensures pip doesn't try to build anything using the local
compiler.
@sbc100 sbc100 force-pushed the pip_binary_only branch from a4be0ff to 4b11802 Compare July 10, 2026 20:45
@sbc100 sbc100 requested review from dschuff and kripken July 10, 2026 21:01
Comment thread .circleci/config.yml
name: pip install
command: << parameters.python >> -m pip install -r requirements-dev.txt
# The --only-binary :all: flag tells python not to ever build any
# extensio code locally, and instead only download pre-built wheels.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# extensio code locally, and instead only download pre-built wheels.
# extension code locally, and instead only download pre-built wheels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants