Skip to content

Commit 6ca4cba

Browse files
committed
Locally building the list of artifacts does not really work.
There are all these executables missing, and the ninja.COPYING things only happens in CI.
1 parent 884b170 commit 6ca4cba

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ test-all: test test-gentype
2424
lib: build
2525
node scripts/install -force-lib-rebuild
2626

27-
artifacts: lib
28-
./scripts/makeArtifactList.js
29-
3027
clean-gentype:
3128
make -C jscomp/gentype_tests/typescript-react-example clean
3229

@@ -38,4 +35,4 @@ clean-all: clean clean-gentype
3835

3936
.DEFAULT_GOAL := build
4037

41-
.PHONY: artifacts build clean clean-gentype clean-all config lib test test-all test-gentype
38+
.PHONY: build clean clean-gentype clean-all config lib test test-all test-gentype

packages/artifacts.txt

+1
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ linux/bsc.exe
946946
linux/ninja.exe
947947
linux/refmt.exe
948948
linux/rescript.exe
949+
ninja.COPYING
949950
package.json
950951
rescript
951952
scripts/LICENSE.ml

0 commit comments

Comments
 (0)