You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
rust-debian.sh: fix set -e interaction with nightly rust detection (#1592)
Currently feature(rust) in devcontainer definition fails
container build unless user specifies nightly rust.
Issue was introduced in commit 10bf6f7#1554
Lack of "nightly" in RUST_VERSION will result in nonzero return code
from grep. This in turn triggers -e option set for the whole script.
As a result build silently fails.
0 commit comments