Skip to content

Commit cbfad26

Browse files
authored
Point rust-toolbox deps to enclone_ranger (#520)
* Point rust-toolbox crates at enclone_ranger. * Check in compressed versions of supp regions. * Update reference build call to use local/compressed supp_regions.fa files.
1 parent 627f2e2 commit cbfad26

File tree

20 files changed

+297
-246
lines changed

20 files changed

+297
-246
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: >
7575
git rev-list --objects ${{github.event.pull_request.base.sha}}..
7676
| git cat-file --batch-check='%(objectname) %(objecttype) %(objectsize) %(rest)'
77-
| awk '$2 == "blob" && $3 >= 1600000 { print substr($1, 1, 7), $3, $4; fail=1 } END { exit fail }'
77+
| awk '$2 == "blob" && $3 >= 4194304 { print substr($1, 1, 7), $3, $4; fail=1 } END { exit fail }'
7878
- name: Remove the Cargo target directory
7979
if: github.ref == 'refs/heads/master'
8080
run: cargo clean

0 commit comments

Comments
 (0)