Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rui314/mold
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9751f470eb1889d58c6528f9ae5ca9e6bb139d77
Choose a base ref
..
head repository: rui314/mold
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 938f145150ecb2316a1c353b5b5894c64492590e
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/build-all.yml
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
target: [ x86_64, aarch64, arm, riscv64, ppc64le, s390x, loongarch64 ]
target: [ x86_64, aarch64, arm, riscv64, ppc64le, s390x ]

permissions:
contents: read