Skip to content

Commit

Permalink
Update build_kata_bin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpyrros authored Sep 6, 2023
1 parent 3b41c60 commit 79e60cb
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build_kata_bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,12 @@ jobs:
export TARGET=build_${{matrix.build_type}} && \
cd build_${{matrix.build_type}} && \
git clone --branch rs-vaccel-fusion https://github.com/nubificus/kata-containers.git && \
cd kata-containers/src/runtime-rs
- name: Configure Git for HTTPS
run: |
cd kata-containers/src/runtime-rs && \
git config --local --unset-all remote.origin.url && \
export CARGO_NET_GIT_FETCH_WITH_CLI=true && \
git config --local url."https://${{ secrets.PAT_FOR_PRIV_REPOS }}@github.com".insteadOf ssh://[email protected]
- name: Make
run: |
LIBC=gnu make
git config --local url."https://${{ secrets.PAT_FOR_PRIV_REPOS }}@github.com".insteadOf ssh://[email protected] && \
printenv && \
LIBC=gnu make integrated
- name: Upload shim to s3
if: ${{ env.ARTIFACT_SHA == 'main' || env.ARTIFACT_SHA == 'master' }}
Expand Down

0 comments on commit 79e60cb

Please sign in to comment.