From c67e093c349c9ac4c6091d7682e116d24d460357 Mon Sep 17 00:00:00 2001 From: "Lucas, John P" Date: Fri, 30 Jun 2023 14:38:33 -0400 Subject: [PATCH] [nasa/cryptolib#167] Reduce CI dependencies; --- .github/workflows/build.yml | 51 +++---------------------------------- 1 file changed, 3 insertions(+), 48 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dc8bbe4..c7b41ecb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,22 +17,7 @@ jobs: - name: Update run: sudo apt-get update - name: Install Dependencies - run: sudo apt-get install -y \ - autoconf \ - cmake \ - g++-multilib \ - gcc-multilib \ - gettext \ - git \ - gdb \ - lcov \ - libcurl4-openssl-dev \ - libmariadb-dev \ - libmariadb-dev-compat \ - libgcrypt20-dev \ - libtool \ - python3-dev \ - python3-pip + run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libgcrypt20-dev python3 - name: Install Python Libraries run: sudo pip install pycryptodome # End Container Setup @@ -51,22 +36,7 @@ jobs: - name: Update run: sudo apt-get update - name: Install Dependencies - run: sudo apt-get install -y \ - autoconf \ - cmake \ - g++-multilib \ - gcc-multilib \ - gettext \ - git \ - gdb \ - lcov \ - libcurl4-openssl-dev \ - libmariadb-dev \ - libmariadb-dev-compat \ - libgcrypt20-dev \ - libtool \ - python3-dev \ - python3-pip + run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libgcrypt20-dev python3 - name: Install Python Libraries run: sudo pip install pycryptodome # End Container Setup @@ -94,22 +64,7 @@ jobs: - name: Update run: sudo apt-get update - name: Install Dependencies - run: sudo apt-get install -y \ - autoconf \ - cmake \ - g++-multilib \ - gcc-multilib \ - gettext \ - git \ - gdb \ - lcov \ - libcurl4-openssl-dev \ - libmariadb-dev \ - libmariadb-dev-compat \ - libgcrypt20-dev \ - libtool \ - python3-dev \ - python3-pip + run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libgcrypt20-dev python3 - name: Install Python Libraries run: sudo pip install pycryptodome # End Container Setup