File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,13 @@ qhelp-to-markdown:
28
28
scripts/qhelp-to-markdown.sh ql/src " $( QHELP_OUT_DIR) "
29
29
30
30
extractor :
31
+ bazel version
32
+ pwd
31
33
bazel run :go-installer
32
34
33
35
gen :
36
+ bazel version
37
+ pwd
34
38
bazel run :gen
35
39
36
40
build/stats/src.stamp :
@@ -45,9 +49,9 @@ ql/lib/go.dbscheme.stats: ql/lib/go.dbscheme build/stats/src.stamp extractor
45
49
codeql dataset measure -o $@ build/stats/database/db-go
46
50
47
51
test : all build/testdb/check-upgrade-path
48
- codeql test run -j0 ql/test --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache )
52
+ # codeql test run -j0 ql/test --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache)
49
53
# use GOOS=linux because GOOS=darwin GOARCH=386 is no longer supported
50
- env GOOS=linux GOARCH=386 codeql$(EXE) test run -j0 ql/test/query-tests/Security/CWE-681 --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache)
54
+ # env GOOS=linux GOARCH=386 codeql$(EXE) test run -j0 ql/test/query-tests/Security/CWE-681 --search-path .. --consistency-queries ql/test/consistency --compilation-cache=$(cache)
51
55
cd extractor; bazel test ...
52
56
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)
53
57
You can’t perform that action at this time.
0 commit comments