[vlc-commits] contrib: cargo: use the 0.6.13 cargo-c version

Thomas Guillem git at videolan.org
Wed Oct 14 17:36:18 CEST 2020


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Oct 14 17:08:54 2020 +0200| [a5738793f70fdd87de41951689e225a4c5cba1ce] | committer: Thomas Guillem

contrib: cargo: use the 0.6.13 cargo-c version

Fix the following build issue:
/usr/bin/ld: /home/tom/work/git/vlc/contrib/x86_64-linux-gnu/lib/librav1e.a: error adding symbols: file format not recognized

The issue is being investigated in cargo-c.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5738793f70fdd87de41951689e225a4c5cba1ce
---

 contrib/src/cargo/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/cargo/rules.mak b/contrib/src/cargo/rules.mak
index c2b8be201b..6cf4b2f0f7 100644
--- a/contrib/src/cargo/rules.mak
+++ b/contrib/src/cargo/rules.mak
@@ -1,7 +1,7 @@
 # cargo/cargo-c installation via rustup
 
 RUST_VERSION=1.47.0
-CARGOC_VERSION=0.6.15
+CARGOC_VERSION=0.6.13
 RUSTUP_VERSION=1.22.1
 RUSTUP_URL=https://github.com/rust-lang/rustup/archive/$(RUSTUP_VERSION).tar.gz
 



More information about the vlc-commits mailing list