Skip to content

Commit

Permalink
snap: Add rust-analyzer to snapcraft proxy list
Browse files Browse the repository at this point in the history
For this to be complete, we must request the proxy to be supported
in the snapcraft store.  This should be done after merging this
to master but before making a new release if we want it to
propagate properly.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
  • Loading branch information
kinnison committed Jul 9, 2020
1 parent 6e7918e commit 9d3844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/snapcraft.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
# as rustup.$PROXY. If we have an alias which is not a supported proxy name
# then rustup might get sad.

PROXIES="cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rustc rustdoc rustfmt"
PROXIES="cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rustc rustdoc rustfmt rust-analyzer"

# From now on, things should be automagic

Expand Down

0 comments on commit 9d3844f

Please sign in to comment.