Skip to content

Commit

Permalink
Chore: Omit Rust from the nightly release workflow (#5559)
Browse files Browse the repository at this point in the history
We have observed that the Rust compiler fails randomly. To not disrupt
the workflow of the nightly release, and as the Rust compiler is still
under active development, it does not make sense to include it as part
of the nightly.
  • Loading branch information
MikaelMayer authored Jun 15, 2024
1 parent 5f74d6a commit f4320dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
ref: ${{ inputs.ref }}
all_platforms: true
num_shards: 10
# Omit Rust because Rust is known to have random issues
env:
DAFNY_INTEGRATION_TESTS_ONLY_COMPILERS: cs,java,go,js,cpp,dfy,py

determine-vars:
if: github.repository_owner == 'dafny-lang' && inputs.publish-prerelease
Expand Down

0 comments on commit f4320dc

Please sign in to comment.