diff options
author | 2023-04-27 05:57:25 +0100 | |
---|---|---|
committer | 2023-04-26 21:57:25 -0700 | |
commit | 3a203abc103212bccd487d0c979f93a6b5e2badb (patch) | |
tree | ab27ed9c3ccc887005024205bbfe07ab6c8f46c0 /test | |
parent | 75e3546f3a78cc504a7002a636d2654b598f8ff9 (diff) | |
download | bun-3a203abc103212bccd487d0c979f93a6b5e2badb.tar.gz bun-3a203abc103212bccd487d0c979f93a6b5e2badb.tar.zst bun-3a203abc103212bccd487d0c979f93a6b5e2badb.zip |
Use Ninja to build mimalloc and gitignore test/bun.lockb (#2750)
* build: use ninja to build mimalloc
This is both faster than make, and ensures the same generator is
always used, even when CMAKE_GENERATOR exists in the environment.
* chore: gitignore test/bun.lockb
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 000000000..60f986255 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +bun.lockb |