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 <bcressey@amazon.com>
  • Loading branch information
bcressey committed Aug 2, 2024
1 parent 286ac64 commit 5bf89c5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ 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: Build package
env:
CARGO_LOG: cargo::core::compiler::fingerprint=trace
PACKAGE: microcode
run: make twoliter build-package

0 comments on commit 5bf89c5

Please sign in to comment.