Skip to content

Commit 3c3f7e7

Browse files
Misc cleanup blocking CC-Release. (urbit#1249)
* Move extraneous stuff out of pkg/urbit/* * s/urb/herb/g * Removed some boilerplate for `urbit` builds. * Build urbit tests and run them in the nix build.
1 parent 62e7c82 commit 3c3f7e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+77
-1366
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ PKGS = minima extrema rusthello prog
55
.PHONY: build build-all install release test clean
66

77
build:
8-
nix-build -A urbit -A urb --no-out-link
8+
nix-build -A urbit -A herb --no-out-link
99

1010
build-all:
1111
nix-build --no-out-link
1212

1313
install:
14-
nix-env -f . -iA urbit -iA urbit-debug -iA urb
14+
nix-env -f . -iA urbit -iA urbit-debug -iA herb
1515

1616
release:
1717
sh/release urbit linux32
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)