mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
f4f1413665
Fixes issue where we don't install zlib to build zlib even though llvm needs it. Doing these in steps was a cool demo of our primitives but led to issues due to install all deps up front rather than just before each build so fuck it. |
||
---|---|---|
.. | ||
brewkit | ||
build | ||
utils | ||
bottle.ts | ||
build-deps.ts | ||
build.plumbing.ts | ||
build.ts | ||
cache-artifacts.ts | ||
each.ts | ||
fetch-pr-artifacts.ts | ||
fetch.ts | ||
filter.ts | ||
fixup-checksums.ts | ||
inventory.ts | ||
ls-aws-s3.ts | ||
ls.ts | ||
README.md | ||
sort.ts | ||
test.ts | ||
upload-sync.ts | ||
upload.ts |
build all
scripts/ls.ts | xargs scripts/sort.ts | xargs scripts/build.ts
test all
each.ts
reduces output for each input to a concise ✅ or ❌ based on exit
status.
scripts/ls.ts | xargs scripts/each.ts scripts/test.ts