Skip to content

Commit b6f2b81

Browse files
committed
git-lfs might fail early; let's rely on these caches to be recreated, where possible
Maybe this also means that one should prefer to not use git-lfs at all and keep data in the packs themselves, it still shouldn't be too much overall. Butl... for now, let's try to keep it to make the experience. Here we choose the quick way out by simply checking in the archives in question and by disabling git-lfs for them. That way, most of the scripts still run, but we don't have to square the circle trying to get these scripts portable, or spend a lot of time figuring out why some baselines don't match perfectly (on windows).
1 parent 98b08f4 commit b6f2b81

File tree

13 files changed

+9
-1
lines changed

13 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
- name: "cargo check default features"
8080
if: startsWith(matrix.os, 'windows')
8181
run: cargo check --all --bins --examples
82-
- run: git lfs fetch && git lfs checkout
82+
- run: |
83+
git lfs fetch && git lfs checkout || true
8384
- uses: taiki-e/install-action@v1
8485
with:
8586
tool: nextest
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make_baseline.tar.xz -filter
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make_trees.tar.xz -filter
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
parse_baseline.tar.xz -filter
2+
match_baseline_files.tar.xz -filter
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
basic.tar.xz -filter
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
make_rev_spec_parse_repos.tar.xz -filter
2+
make_diff_repo.tar.xz -filter
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)