FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[CI] Add `--only-binary :all:` when running pip by sbc100 · Pull Request #27312 · emscripten-core/emscripten · GitHub

[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 commented Jul 10, 2026
edited
Loading

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?

sbc100 force-pushed the pip_binary_only branch from a4be0ff to 4b11802 Compare July 10, 2026 20:45
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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
# extensio code locally, and instead only download pre-built wheels.
# extension code locally, and instead only download pre-built wheels.

This ensures pip doesn't try to build anything using the local
compiler.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL