Skip to content

gh-84461: Add HOSTRUNNER for program to run Python executable #91931

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

Merged
merged 6 commits into from
Apr 28, 2022

Conversation

emmatyping
Copy link
Member

@emmatyping emmatyping commented Apr 25, 2022

HOSTRUNNER is a program which can be used to run BUILDPYTHON for the host platform (for example, python.js requires node).

Also change depedencies from build_all to all so that targets which can't build everything (e.g. WASM) can still run buildbottest and pythoninfo.

cc @tiran

Automerge-Triggered-By: GH:tiran

Copy link
Member

@tiran tiran left a comment

Choose a reason for hiding this comment

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

  • Add [] around arguments.
  • Fix whitespace / tab
  • You need to AC_SUBST variables to make configure substitute the variable in templates.
  • Threaded builds need additional arguments to enable experimental threading and shared buffers
AS_VAR_IF([enable_wasm_pthreads], [yes], [
  HOSTRUNNER='node --experimental-wasm-threads --experimental-wasm-bulk-memory'
], [
  HOSTRUNNER='node'
])

emmatyping and others added 3 commits April 27, 2022 13:08
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Christian Heimes <christian@python.org>
emmatyping and others added 2 commits April 27, 2022 14:06
Co-authored-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy