diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-02-06 15:18:43 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-02-06 15:18:43 +0100 |
| commit | 5208d72fce385e99753b784db4625d9deaa86f65 (patch) | |
| tree | 115aa4b3cd91bf255648a885531b583869e478ce | |
| parent | 48c023ea883be51aedd0cc3eccac2d4fec77ab2c (diff) | |
| parent | 682d2c27c64022bc064b5418bd8be338471a1c50 (diff) | |
| download | mullvadvpn-5208d72fce385e99753b784db4625d9deaa86f65.tar.xz mullvadvpn-5208d72fce385e99753b784db4625d9deaa86f65.zip | |
Merge branch 'ci-temp-disable-nightly'
| -rw-r--r-- | .github/workflows/daemon.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 3293e02879..8fcea16948 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -57,7 +57,11 @@ jobs: strategy: matrix: - rust: [stable, beta, nightly] + # FIXME: Temporarily disable nightly builds due to an issue with curve25519-dalek + # Once this has been fixed, enable nightly builds again: + # https://github.com/dalek-cryptography/curve25519-dalek/pull/619 + #rust: [stable, beta, nightly] + rust: [stable, beta] continue-on-error: true steps: # Fix for HOME path overridden by GH runners when building in containers, see: |
