Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-marchand authored Oct 24, 2024
1 parent 5bf232f commit 7a261b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,11 @@ jobs:
id: get_keys
run: |
echo 'image=image-${{ matrix.config.os }}-'$(date -u +%Y-%m-%d) >> $GITHUB_OUTPUT
echo 'pkgs=ccache intel-ipsec-mb-devel isa-l-devel jansson-devel libarchive-devel \
libatomic libbsd-devel libbpf-devel libfdt-devel libpcap-devel libxdp-devel \
ninja-build numactl-devel openssl-devel python3-pip python3-pyelftools \
python3-setuptools python3-wheel rdma-core-devel zlib-devel' >> $GITHUB_OUTPUT
pkgs="$pkgs ccache intel-ipsec-mb-devel isa-l-devel jansson-devel libarchive-devel"
pkgs="$pkgs libatomic libbsd-devel libbpf-devel libfdt-devel libpcap-devel libxdp-devel"
pkgs="$pkgs ninja-build numactl-devel openssl-devel python3-pip python3-pyelftools"
pkgs="$pkgs python3-setuptools python3-wheel rdma-core-devel zlib-devel"
echo 'pkgs='$pkgs >> $GITHUB_OUTPUT
- name: Retrieve image cache
id: image_cache
Expand Down

0 comments on commit 7a261b6

Please sign in to comment.