From: Victor Julien Date: Mon, 13 Jun 2022 15:21:51 +0000 (+0200) Subject: github/workflows: add cargo for all Ubuntu jobs X-Git-Tag: suricata-7.0.0-beta1~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ced8de6c4659f21bb928d70a950f32016037da2;p=thirdparty%2Fsuricata.git github/workflows: add cargo for all Ubuntu jobs --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 36b0ed9a64..6764b58dc8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -575,6 +575,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ gcc-9 \ git \ jq \ @@ -654,6 +655,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ gcc-9 \ git \ jq \ @@ -730,6 +732,7 @@ jobs: autoconf \ automake \ llvm-10 \ + cargo \ clang-10 \ git \ jq \ @@ -808,6 +811,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -949,6 +953,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -1020,6 +1025,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -1114,6 +1120,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ libtool \ libpcap-dev \ diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index f7db0300d7..b5fdbadc67 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -28,6 +28,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ curl \ git \ jq \ diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index c2402f8b59..dfdd1cb208 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -38,6 +38,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ libtool \ libpcap-dev \