Skip to content

Commit

Permalink
FIXME Touch codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jul 5, 2024
1 parent c54c5f2 commit ab4326a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-k0s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: "Build :: k0s"
run: |
make bindata
make .k0sbuild.docker-image.k0s
make --touch codegen
make build
make
echo "k0s${{ steps.build-prepare.outputs.executable-suffix }} binary size: **$(du -sh k0s${{ steps.build-prepare.outputs.executable-suffix }} | cut -f1)**" >>$GITHUB_STEP_SUMMARY
- name: "Upload :: k0s"
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ jobs:
- name: Run unit tests
env:
EMBEDDED_BINS_BUILDMODE: none
run: make check-unit
run: |
make .k0sbuild.docker-image.k0s
make --touch codegen
make check-unit
unittests-k0s-windows-amd64:
name: "Unit tests :: windows-amd64"
Expand Down Expand Up @@ -197,7 +200,7 @@ jobs:
GO: go
GO_ENV: ''
run: |
make --touch .k0sbuild.docker-image.k0s
make --touch codegen
make check-unit
smoketests:
Expand Down Expand Up @@ -394,9 +397,9 @@ jobs:
- name: Build
run: |
make bindata
make .k0sbuild.docker-image.k0s
make --touch codegen
make build
make
- name: Upload compiled executable
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ab4326a

Please sign in to comment.