Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Release pipeline: add aarch64 parity

Aperta
#1,591 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
48/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
github-actions, rust

Direzione di ricerca

Inizia da CreateRelease.yml, dep_benchmarks.yml e dalle voci tar-headers e tar-static-lib di Justfile; segui i percorsi esistenti per X64 guest, benchmark, host-build, C API e release-upload. Verifica la disponibilità di un aarch64 self-hosted runner prima di implementare le modifiche a matrix e job. Il lavoro è completato quando vengono prodotti gli artifact aarch64 per guest, benchmark, host-build e C API, denominati in base all'architettura e inclusi nel release upload.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

lifecycle/confirmed

The PR validation workflow builds and tests on aarch64, but the release pipeline (CreateRelease.yml) is still x86_64-only. Items to address:

  • Guest builds: build-guests passes arch: X64 only — add an arm64 build and upload artifacts with arch-qualified names
  • Benchmarks: dep_benchmarks.yml hardcodes X64 in its runs-on label and the benchmark matrix in CreateRelease.yml only covers {hyperv-ws2025, mshv3, kvm} x {amd, intel} — add aarch64/apple combos (requires runner pool availability)
  • C API artifacts: tar-headers and tar-static-lib in the Justfile hardcode x86_64-hyperlight-none paths — add aarch64 equivalents and upload them in the release step
  • Host build verification: build-rust-ubuntu runs on X64 self-hosted runners only — add an aarch64 build job
  • Release upload step: the gh release create commands list only x86_64 benchmark and C API tarballs — add the new aarch64 artifacts

Some of these may be blocked on aarch64 self-hosted runner pool availability.

Lingua principale
Rust
Stelle
4.7k
Fork
210
Merge medio
1g 20h
PR unite (30g)
46

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di hyperlight-dev/hyperlight

Tutte le issue di hyperlight-dev/hyperlight

Issue simili

Altre issue su Rust

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.