Skip to content

Commit f2ffaff

Browse files
committed
fix: pin ldc version
1 parent f71f7ee commit f2ffaff

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
- uses: dlang-community/setup-dlang@v1
160160
if: matrix.lang == 'd'
161161
with:
162-
compiler: ldc-latest
162+
# compiler: ldc-latest
163+
compiler: ldc-1.31.0
163164
- name: Install nim
164165
if: matrix.lang == 'nim'
165166
run: ./.github/nim.sh
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[target.x86_64-unknown-linux-gnu]
22
linker = "clang"
33
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
4+
5+
[registries.crates-io]
6+
protocol = "sparse"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[registries.crates-io]
2+
protocol = "sparse"

bench/include/rust/.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[target.x86_64-unknown-linux-gnu]
22
linker = "clang"
33
rustflags = ["-Clink-arg=-fuse-ld=lld"]
4+
5+
[registries.crates-io]
6+
protocol = "sparse"

0 commit comments

Comments
 (0)