Skip to content

Commit c181899

Browse files
committed
Remove build caching.
1 parent 8e11153 commit c181899

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/actions/build/action.yml.j2

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ runs:
4949
ls -lahR ${{ env.ARTIFACTS_DIR }}
5050
<% endif %>
5151

52-
# TODO: Remove
53-
- name: Cache build
54-
id: cache-build
55-
uses: actions/cache@v3
56-
with:
57-
path: |
58-
${{ env.ARTIFACTS_DIR }}
59-
key: ${{ inputs.client-repo }}-${{ runner.os }}-build
60-
61-
6252
- if: ${{ inputs.use-container == true }}
6353
name: Build (in container)
6454
shell: bash --noprofile --norc -xeuo pipefail {0}
@@ -81,7 +71,7 @@ runs:
8171
--rm "${{ inputs.docker-image }}" \
8272
/bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
8373

84-
- if: ${{ !inputs.use-container && steps.cache-build.outputs.cache-hit != 'true'}}
74+
- if: ${{ !inputs.use-container }}
8575
name: Build (without container)
8676
shell: bash --noprofile --norc -xeuo pipefail {0}
8777
run: |

0 commit comments

Comments
 (0)