Skip to content

Build and test python#191

Open
vidyalakshmir wants to merge 22 commits intomainfrom
cpython-build-test
Open

Build and test python#191
vidyalakshmir wants to merge 22 commits intomainfrom
cpython-build-test

Conversation

@vidyalakshmir
Copy link
Copy Markdown
Contributor

@vidyalakshmir vidyalakshmir commented Apr 14, 2026

@qianxichen233 and @vidyalakshmir worked on this.

This PR is aimed at

  1. Producing both static and dynamic builds of python.
  2. Run python tests for both static and dynamic builds.
  3. Adds a clean.sh which cleans up python builds.

This is a cleaned up PR from the following PRs

Closes #40
Closes #128
Closes #148
Closes #113

Testing

Test dynamic build of python

APP=cpython make clean
LIND_DYLINK=1 make cpython
LIND_DYLINK=1 APP=cpython make test

Test static build of python

APP=cpython make clean
cd lind-wasm-apps
make cpython
APP=cpython make test

Comment thread cpython/run.sh
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this file is redundent, should remove

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.

CPython setup for evaluation Standardize build process and staging for python Test script for cpython Build Python with dynamic loading

2 participants