Skip to content
Snippets Groups Projects

ubuntu: Install LoongArch64 cross-compiler and QEMU

Closed lrzlin requested to merge lrzlin/ci-images:loong into wip/wasm-bump-toolchain
1 unresolved thread

Using the newest ubuntu 24.04 for loongarch CI testing, worth noticing that ubuntu's cross-toolchain is ended with -14 version number, so we remove it to avoid specify CC and NM while compiling.

Building

./boot
./configure --target=loongarch64-linux-gnu --with-intree-gmp
hadrian/build -j16 --docs=none

Testing

CROSS_EMULATOR="qemu-loongarch64 -L /usr/loongarch64-linux-gnu/" EXTRA_HC_OPTS='-fexternal-interpreter' hadrian/build -j16 --docs=none --flavour=validate --bignum=native --test-speed=fast test`
Edited by lrzlin

Merge request reports

Merge request pipeline #108513 skipped

Merge request pipeline skipped for c96831d8

Approval is optional

Closed by Matthew PickeringMatthew Pickering 2 weeks ago (Mar 21, 2025 9:35am UTC)

Merge details

  • The changes were not merged into wip/wasm-bump-toolchain.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading