Skip to content

Commit

Permalink
Re-add --force-build flag (#24061)
Browse files Browse the repository at this point in the history
After #24052 we also need to add --force-build flag as for
Python 3.7 rebuilding CI cache would have been silently ignored as
no image building would be needed

(cherry picked from commit 5005ff2)
  • Loading branch information
potiuk committed May 31, 2022
1 parent 9eaa746 commit e4a31e6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
run: >
breeze build-image
--prepare-buildx-cache
--force-build
--platform ${{ matrix.platform }}
env:
PYTHON_MAJOR_MINOR_VERSION: ${{ matrix.python-version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
@option_additional_runtime_apt_command
@option_dev_apt_command
@option_dev_apt_deps
@option_force_build
@option_runtime_apt_command
@option_runtime_apt_deps
@option_force_build
Expand Down
1 change: 1 addition & 0 deletions dev/refresh_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ breeze self-upgrade --force
breeze build-image \
--build-multiple-images \
--prepare-buildx-cache \
--force-build \
--platform linux/amd64,linux/arm64 \
--verbose

Expand Down
1 change: 0 additions & 1 deletion images/breeze/output-commands-hash.txt

This file was deleted.

0 comments on commit e4a31e6

Please sign in to comment.