Skip to content

Commit 5edac1b

Browse files
committed
Use default profile
1 parent 8db5fc3 commit 5edac1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
env:
66
rust_pins:
77
stable: &rust_stable "1.82.0"
8-
nightly: &nightly_pin "2024-11-01"
8+
nightly: &nightly_pin "2024-11-02"
99
llvm_for_rust_pins:
1010
stable: &llvm_stable "19"
1111
nightly: &llvm_nightly "19"

nix/versions.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
channel = "stable";
3636
version = "1.82.0";
3737
llvm = "19";
38-
profile = "minimal";
38+
profile = "default";
3939
targets = ["x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl"];
4040
};
4141
nightly = {
4242
channel = "nightly";
43-
version = "2024-11-01";
43+
version = "2024-11-02";
4444
llvm = "19";
45-
profile = "minimal";
45+
profile = "default";
4646
targets = ["x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl"];
4747
};
4848
};

nix/versions.nix.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
channel = "stable";
3636
version = "$RUST_STABLE_PIN";
3737
llvm = "$RUST_STABLE_PIN_LLVM";
38-
profile = "minimal";
38+
profile = "default";
3939
targets = ["x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl"];
4040
};
4141
nightly = {
4242
channel = "nightly";
4343
version = "$RUST_NIGHTLY_PIN";
4444
llvm = "$RUST_NIGHTLY_PIN_LLVM";
45-
profile = "minimal";
45+
profile = "default";
4646
targets = ["x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl"];
4747
};
4848
};

0 commit comments

Comments
 (0)