Skip to content

Commit

Permalink
drop git lfs
Browse files Browse the repository at this point in the history
It's a needless burden for people who don't care about this snapshot.
I switched to Google Drive for now, shruggie.

Fixes #105.
  • Loading branch information
evmar committed Jan 10, 2024
1 parent cc45ae4 commit 164529c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/snapshot/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions tests/snapshot/.gitignore

This file was deleted.

10 changes: 8 additions & 2 deletions tests/snapshot/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Snapshot tests

This directory contains real-world outputs from tools that generate Ninja files.
This directory is for real-world outputs from tools that generate Ninja files.

Because these outputs are large, they aren't checked in to the Ninja tree.
Instead there is a `snapshot.zip` stored with Git LFS. Unpack it with
Instead for now it's a random zip file on Google drive.

```
$ unzip snapshot.zip
Expand Down Expand Up @@ -32,3 +32,9 @@ Read llvm/utils/gn/README.rst in LLVM checkout for more, but in brief.
$ llvm/utils/gn/get.py
$ llvm/utils/gn/gn.py gen out/gn
```

## Reminder to self how I made it

```
$ zip -r snapshot.zip .gitignore llvm-*
```
3 changes: 0 additions & 3 deletions tests/snapshot/snapshot.zip

This file was deleted.

0 comments on commit 164529c

Please sign in to comment.