Skip to content

Commit 3c6f466

Browse files
committed
Include downgrade scripts in extractor pack
1 parent 14e6f9f commit 3c6f466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ extractor-common: codeql-extractor.yml LICENSE ql/lib/go.dbscheme \
8383
cp codeql-extractor.yml LICENSE ql/lib/go.dbscheme ql/lib/go.dbscheme.stats $(EXTRACTOR_PACK_OUT)
8484
mkdir $(EXTRACTOR_PACK_OUT)/tools
8585
cp -r tools/tokenizer.jar $(CODEQL_TOOLS) $(EXTRACTOR_PACK_OUT)/tools
86+
cp -r downgrades $(EXTRACTOR_PACK_OUT)
8687

8788
extractor: extractor-common tools-codeql
8889
cp -r tools/$(CODEQL_PLATFORM) $(EXTRACTOR_PACK_OUT)/tools

0 commit comments

Comments
 (0)