5
2
Fork
You've already forked lightening
2

Support building directly via GCC, automatically testing via QEMU #7

Open
rlb wants to merge 1 commit from rlb/add-local-gcc-builds-qemu-tests into main AGit
pull from: rlb/add-local-gcc-builds-qemu-tests
merge into: guile:main
guile:main
guile:reinterpret
guile:callr-fix3
Owner
Copy link

In tests/Makefile, add ARCHS and BUILD_VIA variables to allow
selecting a set of architectures to build via gcc or guix and test via
QEMU. For example:

make ARCHS="amd64 riscv" BUILD_VIA=qemu

where BUILD_VIA defaults to gcc, expecting you to have installed all
the relevant gcc variants.

Add arch-name and build-via adapters to handle translating between
GCC, QEMU, and Guix (architecture names, etc.).

See the comments in tests/Makefile for more information.

In tests/Makefile, add ARCHS and BUILD_VIA variables to allow selecting a set of architectures to build via gcc or guix and test via QEMU. For example: make ARCHS="amd64 riscv" BUILD_VIA=qemu where BUILD_VIA defaults to gcc, expecting you to have installed all the relevant gcc variants. Add arch-name and build-via adapters to handle translating between GCC, QEMU, and Guix (architecture names, etc.). See the comments in tests/Makefile for more information.
In tests/Makefile, add ARCHS and BUILD_VIA variables to allow
selecting a set of architectures to build via gcc or guix and test via
QEMU. For example:
 make ARCHS="amd64 riscv" BUILD_VIA=qemu
where BUILD_VIA defaults to gcc, expecting you to have installed all
the relevant gcc variants.
Add arch-name and build-via adapters to handle translating between
GCC, QEMU, and Guix (architecture names, etc.).
See the comments in tests/Makefile for more information.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin +refs/pull/7/head:rlb/add-local-gcc-builds-qemu-tests
git switch rlb/add-local-gcc-builds-qemu-tests

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rlb/add-local-gcc-builds-qemu-tests
git switch rlb/add-local-gcc-builds-qemu-tests
git rebase main
git switch main
git merge --ff-only rlb/add-local-gcc-builds-qemu-tests
git switch rlb/add-local-gcc-builds-qemu-tests
git rebase main
git switch main
git merge --no-ff rlb/add-local-gcc-builds-qemu-tests
git switch main
git merge --squash rlb/add-local-gcc-builds-qemu-tests
git switch main
git merge --ff-only rlb/add-local-gcc-builds-qemu-tests
git switch main
git merge rlb/add-local-gcc-builds-qemu-tests
git push origin main
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
guile/lightening!7
Reference in a new issue
guile/lightening
No description provided.
Delete branch "rlb/add-local-gcc-builds-qemu-tests"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?