Skip to content

Commit

Permalink
fix(cat-ci): Flutter broken CI cache (#318)
Browse files Browse the repository at this point in the history
* fix(cat-ci): Flutter broken CI cache

* fix(cat-ci): spelling

* fix(cat-ci): really fix the spelling
  • Loading branch information
stevenj authored Sep 27, 2024
1 parent 3a1ccac commit d1857db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions earthly/flutter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ flutter-src:
flutter-base:
FROM debian:bookworm-20240513-slim

# TODO(minikin): we invalidate cache here to get the latest packages.
RUN --no-cache

RUN apt-get update --fix-missing
RUN apt-get install -y apt-utils git curl gzip unzip bzip2 bash jq gpg lcov

Expand Down
9 changes: 8 additions & 1 deletion earthly/flutter/installer/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
VERSION 0.8

ARG --global BASE_URL = "https://github.com/input-output-hk/catalyst-storage/raw/main/web-browsers"
# cspell: words Rxxxx

# DO NOT USE `main` branch.
# When updating the artifacts, update them in `main` and then create a sequentially numbered branch from it called `Rxxxx`
# Then replace that Release version number in the path below.
# This ensures that the tools are properly cached, and will also be re-installed when the upstream artifact is updated.
# If a branch is no longer used by CI, delete it.
ARG --global BASE_URL = "https://github.com/input-output-hk/catalyst-storage/raw/R0001/web-browsers"

#TODO(minikin): https://github.com/input-output-hk/catalyst-storage/issues/1

Expand Down

0 comments on commit d1857db

Please sign in to comment.