Skip to content

Commit 682d2c2

Browse files
committed
Temporarily disable Rust nightly builds for daemon
1 parent 48c023e commit 682d2c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/daemon.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
rust: [stable, beta, nightly]
60+
# FIXME: Temporarily disable nightly builds due to an issue with curve25519-dalek
61+
# Once this has been fixed, enable nightly builds again:
62+
# https://github.com/dalek-cryptography/curve25519-dalek/pull/619
63+
#rust: [stable, beta, nightly]
64+
rust: [stable, beta]
6165
continue-on-error: true
6266
steps:
6367
# Fix for HOME path overridden by GH runners when building in containers, see:

0 commit comments

Comments
 (0)