summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-13 13:26:09 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-13 13:52:43 +0200
commit9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7 (patch)
treed09e6d4281938ccc26da90ddbce86777269be2b3 /.github
parent472505fb2099f1fe318e649870086172134c8f40 (diff)
downloadmullvadvpn-9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7.tar.xz
mullvadvpn-9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7.zip
Pin Rust nightly compiler to 2025-08-11 to avoid compiler regression
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index b31502ad63..6e4ebb0ec7 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -62,7 +62,9 @@ jobs:
strategy:
matrix:
- rust: [stable, beta, nightly]
+ # TODO: Revert to using the regular 'nightly' channel as soon as https://github.com/rust-lang/rust/issues/145151
+ # has been closed and the fix is in the nightly channel.
+ rust: [stable, beta, nightly-2025-08-11]
continue-on-error: true
steps:
# Fix for HOME path overridden by GH runners when building in containers, see: