Skip to content

Commit 9049785

Browse files
committed
debug
1 parent 6bb3110 commit 9049785

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

go/Makefile

+6-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ qhelp-to-markdown:
2828
scripts/qhelp-to-markdown.sh ql/src "$(QHELP_OUT_DIR)"
2929

3030
extractor:
31+
bazel version
32+
pwd
3133
bazel run :go-installer
3234

3335
gen:
36+
bazel version
37+
pwd
3438
bazel run :gen
3539

3640
build/stats/src.stamp:
@@ -45,9 +49,9 @@ ql/lib/go.dbscheme.stats: ql/lib/go.dbscheme build/stats/src.stamp extractor
4549
codeql dataset measure -o $@ build/stats/database/db-go
4650

4751
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)
4953
# 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)
5155
cd extractor; bazel test ...
5256
bash extractor-smoke-test/test.sh || (echo "Extractor smoke test FAILED"; exit 1)
5357

0 commit comments

Comments
 (0)