Skip to content

Commit

Permalink
add libcurl
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Dec 6, 2024
1 parent c98a0b4 commit 91d6f62
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ jobs:
exit 1; \
fi
- name: "E2E mock test"
run: ./daemons/copy-offload-testing/e2e-mocked.sh

- name: "Docker metadata"
id: meta
uses: docker/metadata-action@v5
Expand Down Expand Up @@ -272,6 +269,14 @@ jobs:
# if: ${{ env.DO_TEST == 'true' }}
# run: docker run ${{ env.REPO_NAME }}:${{ env.TEST_TAG }}

- name: "Build lib-copy-offload"
run: |
sudo apt-get install libcurl4-openssl-dev
make -C ./daemons/lib-copy-offload libcopyoffload.a
- name: "E2E mock test"
run: ./daemons/copy-offload-testing/e2e-mocked.sh

- name: "Build the copy-offload Docker image"
id: docker_build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 91d6f62

Please sign in to comment.