-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilds.yml
More file actions
32 lines (31 loc) · 876 Bytes
/
builds.yml
File metadata and controls
32 lines (31 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# WARNING: This file is generated by the bump.sh script. Do not edit it manually.
# env describes things which I expect will change frequently
# (to the point of needing automation to keep up to date).
env:
rust_pins:
stable: &rust_stable "1.94.0"
llvm_for_rust_pins:
stable: &llvm_stable "21"
nixpkgs:
unstable: &nixpkgs_unstable "e80236013dc8b77aa49ca90e7a12d86f5d8d64c9"
just:
version: &just_version "1.47.0"
# matrix describes the test structure which I expect to be relatively stable.
matrix:
toolchain:
- # pinned stable
&default
key: "stable"
llvm: *llvm_stable
rust:
channel: "stable"
version: *rust_stable
sysroot:
profile:
- "release"
- "debug"
target:
- "x86_64-unknown-linux-gnu"
just: *just_version
nixpkgs:
- *nixpkgs_unstable