Skip to content

Commit e1302a9

Browse files
committed
git-branchless: add loongarch64 to FAIL_ARCH
FIXME: Too many dependencies on old versions of nix, which has no LoongArch support until 0.27.0 nix-rust/nix#2045
1 parent 23d5c60 commit e1302a9

File tree

1 file changed

+5
-0
lines changed
  • app-utils/git-branchless/autobuild

1 file changed

+5
-0
lines changed

app-utils/git-branchless/autobuild/defines

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ BUILDDEP="rustc llvm"
66

77
USECLANG=1
88
ABSPLITDBG=0
9+
10+
# FIXME: Too many dependencies on old versions of nix
11+
# No LoongArch support until 0.27.0
12+
# https://github.com/nix-rust/nix/pull/2045
13+
FAIL_ARCH="loongarch64"

0 commit comments

Comments
 (0)