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

🌱 Downgrade to rollup v3 for multiarch builds #1742

Merged
merged 1 commit into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. 🌱 Downgrade to rollup v3 for multiarch builds

    Following up on PRs konveyor#1664 and konveyor#1739, downgrade to `rollup@^3.0`.
    The v4 of rollup has "native" code that runs the build, and that code
    does not currently work with s390 builds [1].  Since konveyor is
    built for x86, arm, ppc, and s390, all of those need to work.
    
    When the s390 builds can work with the wasm bits, we can upgrade
    to `rollup@^4.0` again.
    
    [1] - rollup/rollup#5354
    
    Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
    sjd78 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    95948ac View commit details
    Browse the repository at this point in the history