Skip to content

Commit

Permalink
ci-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 22, 2023
1 parent 5fbf9f2 commit 218918a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1744,13 +1744,13 @@ jobs:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Install dependencies
run: ./scripts/install-deps.sh --developer
- uses: actions/checkout@v3.5.3
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
path: prep
- name: Install dependencies
run: ./scripts/install-deps.sh --developer
- run: tar xf prep/libhtp.tar.gz
- run: ./autogen.sh
- run: ./configure --enable-debug-validation
Expand Down Expand Up @@ -1781,9 +1781,9 @@ jobs:
path: ~/.cargo
key: ${{ github.job }}-cargo

- uses: actions/checkout@v3.5.3
- name: Install dependencies
run: ./scripts/install-deps --developer
- uses: actions/checkout@v3.5.3
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand All @@ -1805,6 +1805,8 @@ jobs:
path: ~/.cargo/registry
key: cargo-registry

- uses: actions/checkout@v3.5.3

- name: Install dependencies
run: ./scripts/install-deps.sh --developer
- name: Install Netmap dependencies
Expand All @@ -1827,7 +1829,6 @@ jobs:
make -j2
sudo make install
- uses: actions/checkout@v3.5.3
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down Expand Up @@ -1855,8 +1856,10 @@ jobs:
path: ~/.cargo/registry
key: cargo-registry

- uses: actions/checkout@v3.5.3

- name: Install dependencies
run: ./scripts/install-deps --developer
run: ./scripts/install-deps.sh --developer
- name: Install DPDK dependencies
run: |
apt update
Expand Down Expand Up @@ -1884,7 +1887,6 @@ jobs:
ninja -C build install
ldconfig
cd $HOME
- uses: actions/checkout@v3.5.3
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down

0 comments on commit 218918a

Please sign in to comment.