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-5.0.10~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1a8b144ba0b726f25738264993b996441fd67b;p=thirdparty%2Fsuricata.git github/workflows: add cargo for all Ubuntu jobs (cherry picked from commit 7ced8de6c4659f21bb928d70a950f32016037da2) --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 0d0de69cd8..95e8893788 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -386,6 +386,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -446,6 +447,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -518,6 +520,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -587,6 +590,7 @@ jobs: build-essential \ autoconf \ automake \ + cargo \ git \ jq \ libtool \ @@ -652,6 +656,7 @@ jobs: apt -y install \ build-essential \ curl \ + cargo \ libcap-ng-dev \ libcap-ng0 \ libevent-dev \ diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 7f008af8e2..48a7dfde1c 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -30,6 +30,7 @@ jobs: autoconf \ automake \ ccache \ + cargo \ git \ jq \ libtool \