Commit 3513106
authored
- bump @yao-pkg/pkg to restore Linux arm64 zap-cli on glibc 2.35 (#1708)
@yao-pkg/pkg-fetch 3.5.30 shipped node20-linux-arm64 built against a
newer toolchain (GLIBC_2.38 / GLIBCXX_3.4.32), so zap-cli failed on
Ubuntu 22.04 and similar. Raising the @yao-pkg/pkg minimum pulls a
newer pkg-fetch with Jammy-built Node binaries compatible with glibc 2.35+.
Refresh package-lock.json for the resolved toolchain.
- verify zap-cli zip on Ubuntu 22/24 (x64) and arm64
- Add test-linux-x64-compat: download zap-linux-x64.zip from build-zap and run
zap-cli --version on ubuntu-20.04, ubuntu-22.04, ubuntu-24.04.
- Extend test-linux-arm64: matrix ubuntu-22.04-arm and ubuntu-24.04-arm for
self-check + same prebuilt zap-linux-arm64.zip; run zap-cli --version
- Add the missing targets in package.json for linux and windows
- GitHub Actions deprecated and removed ubuntu-20.04 hosted runners in April 2025. The job will wait forever since no runner will ever match that label.
- JIRA: ZAPP-17171 parent 5aa86ff commit 3513106
3 files changed
Lines changed: 782 additions & 228 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
538 | 621 | | |
539 | 622 | | |
540 | 623 | | |
| |||
0 commit comments