Skip to content

Commit

Permalink
Install stratum-deps from release tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Sabeel Ansari <sabeel.ansari@intel.com>
  • Loading branch information
5abeel committed Mar 1, 2025
1 parent d92eef0 commit d68d4f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ env:
DEPS_REPOSITORY: ipdk-io/stratum-deps
DEPS_TAG: v1.3.5
DEPS_FILENAME: deps-ubuntu-22.04-1.3.5-x86_64.tar.gz
DEPS_FILENAME_FEDORA: deps-fc37-1.3.5-x86_64.tar.gz
DEPS_INSTALL_DIR: /opt/p4dev/x86deps

PREREQS: libbsd-dev libnl-3-dev libnl-route-3-dev libnl-genl-3-dev
Expand All @@ -57,6 +58,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install stratum dependencies
uses: robinraju/release-downloader@v1.11
with:
repository: ${{ env.DEPS_REPOSITORY }}
tag: ${{ env.DEPS_TAG }}
fileName: ${{ env.DEPS_FILENAME_FEDORA }}
- run: |
sudo tar -xzf $DEPS_FILENAME_FEDORA -C /
rm $DEPS_FILENAME_FEDORA
- name: Clone networking-recipe
run: |
echo "Cloning networking-recipe on runner..."
Expand Down

0 comments on commit d68d4f2

Please sign in to comment.