Skip to content

Commit

Permalink
HACK: try to figure out what breaks cached builds
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Cressey <[email protected]>
  • Loading branch information
bcressey committed Aug 2, 2024
1 parent 286ac64 commit 7cba723
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
- uses: actions/checkout@v4
- name: Preflight step to set up the runner
uses: ./.github/actions/setup-node
- run: rustup component add rustfmt
- run: make twoliter unit-tests
# TODO: fixme please!
# Avoid running Go lint check via `cargo make check-lints` since there's a separate golangci-lint workflow
# - run: make twoliter check-fmt
# - run: make twoliter check-clippy
- run: make twoliter check-shell
- run: make ARCH="${{ matrix.arch }}"
- name: Inspect cache
run: find build target -name '*microcode*'
- name: Inspect files
run: find packages/microcode -type f -print -exec stat {} \;
- name: Build package
env:
CARGO_LOG: cargo::core::compiler::fingerprint=trace
PACKAGE: microcode
run: make twoliter build-package

0 comments on commit 7cba723

Please sign in to comment.