Skip to content

Commit

Permalink
Add the rust fix for cargo behind proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima committed Oct 20, 2023
1 parent e35f1a3 commit a0f3b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bases:
run-on:
- name: "ubuntu"
channel: "22.04"

parts:
charm:
charm-binary-python-packages:
Expand All @@ -20,3 +21,6 @@ parts:
- libssl-dev
- rustc
- cargo
# https://discourse.charmhub.io/t/charmcraft-launchpad-rust-ubuntu-lunar-weird-download-failures/12044
build-environment:
- CARGO_HTTP_MULTIPLEXING: "false"

0 comments on commit a0f3b8c

Please sign in to comment.