Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emscripten 3.1.6 #96406

Closed
Closed

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

resource blocks may require updates.

@BrewTestBot BrewTestBot added bump-formula-pr PR was created using `brew bump-formula-pr` CI-build-dependents-from-source Pass --build-dependents-from-source to brew test-bot. java Java use is a significant feature of the PR or issue long build Needs CI-long-timeout nodejs Node or npm use is a significant feature of the PR or issue python Python use is a significant feature of the PR or issue labels Mar 7, 2022
@carlocab carlocab added the resource updates needed Resource blocks may still have outdated versions label Mar 7, 2022
@carlocab carlocab removed the resource updates needed Resource blocks may still have outdated versions label Mar 7, 2022
@BrewTestBot BrewTestBot added the automerge-skip `brew pr-automerge` will skip this pull request label Mar 7, 2022
1. Use the `install_prefix` kwarg for `std_cmake_args`.
2. Avoid hardcoding the executables we pass to `write_env_script`.
3. Don't pass `CMAKE_LINKER` to the LLVM build.
4. Invoke `make` through `cmake` when building `binaryen`.
5. Don't use `ENV.cxx11`.
The conflict comes from the version of Python used by `node`, but this
conflict is not a problem. (In fact, Node uses the first `python3` that
a user has in their `PATH` on macOS with no problems.)
@carlocab carlocab added the CI-long-timeout Use longer GitHub Actions CI timeout. label Mar 7, 2022
Comment on lines +71 to +77
emscripts = buildpath.children.select do |pn|
next false unless pn.file?
next false unless pn.executable?
next false if pn.extname == ".py" && pn.basename(".py").exist?

true
end.map(&:basename)
Copy link
Member

Choose a reason for hiding this comment

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

Open to suggestions for simplifying this, but I'm opposed to continuing to hardcode this. Our current hardcoded list features a non-existent emlink.py, and is missing embuilder, emdump, emdwp, emnm, emprofile, emsize, and emsymbolizer.py.

@carlocab carlocab added CI-long-timeout Use longer GitHub Actions CI timeout. and removed CI-long-timeout Use longer GitHub Actions CI timeout. labels Mar 7, 2022
@carlocab carlocab added ready to merge PR can be merged once CI is green and removed CI-long-timeout Use longer GitHub Actions CI timeout. labels Mar 8, 2022
@BrewTestBot
Copy link
Member Author

:shipit: @carlocab has triggered a merge.

@github-actions github-actions bot added the outdated PR was locked due to age label Apr 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2022
@p-linnane p-linnane deleted the bump-emscripten-3.1.6 branch February 24, 2024 08:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge-skip `brew pr-automerge` will skip this pull request bump-formula-pr PR was created using `brew bump-formula-pr` CI-build-dependents-from-source Pass --build-dependents-from-source to brew test-bot. java Java use is a significant feature of the PR or issue long build Needs CI-long-timeout nodejs Node or npm use is a significant feature of the PR or issue outdated PR was locked due to age python Python use is a significant feature of the PR or issue ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants