mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
fc31bb8939
* clang doesn't have `-nodefaultrpaths` * try `MachO::FatFile` if `MachO:MachOFile` fails * add explicit comments * use `MachO.open()` * fix fetch.ts for no src pkgs Co-authored-by: Max Howell <mxcl@me.com> |
||
---|---|---|
.. | ||
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