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

pypy bootstrap #4052

Merged
merged 1 commit into from
Sep 14, 2024
Merged

pypy bootstrap #4052

merged 1 commit into from
Sep 14, 2024

Conversation

hack3ric
Copy link
Contributor

@hack3ric hack3ric commented Sep 4, 2024

Use python2 and several py2 packages to bootstrap pypy2.7. All PKGBUILDs are taken fron AUR, with package python2 including tarball signing key.

Steps:

  1. Build python2, python2-{setuptools,ply,pycparser,cffi} in order, each with previous packages installed in build environment
  2. Build pypy with pypy-bootstrap/pypy/riscv64.patch applied, and python2, python2-{ply,pycparser,cffi} installed
  3. Build pypy again without patch using pypy built from 2

Fixes #2351.

Use python2 and several py2 packages to bootstrap pypy2.7. All PKGBUILDs are taken fron AUR, with package python2 including tarball signing key.

Steps:
1. Build python2, python2-{setuptools,ply,pycparser,cffi} in order, each with previous packages installed in build environment
2. Build pypy with pypy-bootstrap/pypy/riscv64.patch applied, and python2, python2-{ply,pycparser,cffi} installed
3. Build pypy again without patch using pypy built from 2

Fixes felixonmars#2351.
@felixonmars felixonmars merged commit a1e7447 into felixonmars:master Sep 14, 2024
1 check passed
@hack3ric hack3ric deleted the pypy branch September 14, 2024 06:28
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.

pypy bootstrap
2 participants