This website requires JavaScript.
Explore
Help
Sign In
urbit
/
shrub
Watch
1
Star
1
Fork
0
You've already forked shrub
mirror of
https://github.com/urbit/shrub.git
synced
2024-11-24 04:58:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7070650bf6
shrub
/
sh
/
update-brass-pill
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Nix Build + Monorepo Structure (#1196)
2019-03-05 03:43:53 +03:00
#!/usr/bin/env bash
Get cross-compilation ready for release. (#1263) * Add cross-compilation for `lmdb`. * Got built caching working in CI with `cachix`. * Cache cross compilation dependencies and toolchains. * Do release builds in CI. * Upload release builds to `bootstrap.urbit.org` on successful build. * Lots of optimization work for CI. * Boot from a solid pill in CI and load arvo with `-A`. * Increase `vere` HTTP timeout to 15m.
2019-05-02 23:13:48 +03:00
set -ex
Nix Build + Monorepo Structure (#1196)
2019-03-05 03:43:53 +03:00
pkg=$(nix-build nix/ops -A brass --no-out-link)
cp $pkg bin/brass.pill
Reference in New Issue
Copy Permalink