Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2021-01-04 18:03:44 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2021-01-04 18:04:52 +0300
commit595616fe2d7a4c5404e5726eeca05ad0b9a19bec (patch)
tree9e017a7d98519883c98dcc00af7b1ae03197a81b /ci/install-rust-ext.sh
parentfdc3ea68e8276ca9eaac077997d5d2e975af58ad (diff)
ci: install cargo-c to proper location
Need to define CARGO_HOME so it's installed to the same places as the rest of the Rust tools.
Diffstat (limited to 'ci/install-rust-ext.sh')
-rwxr-xr-xci/install-rust-ext.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/install-rust-ext.sh b/ci/install-rust-ext.sh
new file mode 100755
index 000000000..b3cefea01
--- /dev/null
+++ b/ci/install-rust-ext.sh
@@ -0,0 +1,6 @@
+source ./ci/env.sh
+
+set -e
+export CARGO_HOME='/usr/local/cargo'
+
+cargo install cargo-c \ No newline at end of file