This is an automated email from the ASF dual-hosted git repository.
cryptoe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new d9910ae931a don't compile the reactor twice in the strict-compilation
CI job (#20175)
d9910ae931a is described below
commit d9910ae931a01d08369b5173b545a20b5eeab195
Author: Karan Kumar <[email protected]>
AuthorDate: Thu Aug 27 23:55:36 2026 +0530
don't compile the reactor twice in the strict-compilation CI job (#20175)
---
.github/scripts/strict-compilation.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/scripts/strict-compilation.sh
b/.github/scripts/strict-compilation.sh
index 101eb74b84c..f06a0e8713c 100755
--- a/.github/scripts/strict-compilation.sh
+++ b/.github/scripts/strict-compilation.sh
@@ -18,4 +18,4 @@
set -e
set -x
-mvn -B clean -DstrictCompile compile test-compile --fail-at-end -P skip-tests
-Dweb.console.skip=true -T1C
+mvn -B clean -DstrictCompile test-compile --fail-at-end -P skip-tests
-Dweb.console.skip=true -T1C
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]