Skip to content

Commit

Permalink
source zip for gg: add yq source, as there are issues with a tar ball…
Browse files Browse the repository at this point in the history
… for go recipes
  • Loading branch information
thomas-roos committed Dec 9, 2024
1 parent c104bce commit cabb98b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-gg-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
export IMAGE=${{ matrix.image }} && \
bitbake $IMAGE --runall=fetch && \
echo BB_NO_NETWORK = \"1\" > conf/site.conf && \
rm -rf downloads/git2/* && \
bitbake $IMAGE && \
bitbake-getvar -q --value -r greengrass-lite SRCREV > GREENGRASS_SRCREV && \
bitbake-getvar -q --value -r greengrass-lite PV > GREENGRASS_PV '
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
export IMAGE=${{ matrix.image }} && \
bitbake $IMAGE --runall=fetch && \
echo BB_NO_NETWORK = \"1\" > conf/site.conf && \
mv ${{ github.workspace }}/build/downloads/git2/github.com.mikefarah.yq ${{ github.workspace }}/build/downloads && \
rm -rf {{ github.workspace }}/build/downloads/git2/* && \
mv ${{ github.workspace }}/build/downloads/github.com.mikefarah.yq ${{ github.workspace }}/build/downloads/git2/ && \
bitbake $IMAGE && \
bitbake-getvar -q --value -r greengrass-bin PV > GREENGRASS_PV '
- name: Generate readme
Expand Down Expand Up @@ -156,4 +159,5 @@ jobs:
path: |
${{ github.workspace }}/build/downloads/*
!${{ github.workspace }}/build/downloads/*/
${{ github.workspace }}/build/downloads/git2/github.com.mikefarah.yq
retention-days: 1

0 comments on commit cabb98b

Please sign in to comment.