-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 2.x]Fix github ci linux build and RAG tool missing return (#…
…477) (#480) * Fix github ci linux build and RAG tool missing return (#477) * fix github ci linux build Signed-off-by: Hailong Cui <[email protected]> * add missing dependencies Signed-off-by: Hailong Cui <[email protected]> * spotless Signed-off-by: Hailong Cui <[email protected]> * add logs for debug Signed-off-by: Hailong Cui <[email protected]> * update security test ci Signed-off-by: Hailong Cui <[email protected]> * fix missing return for RAGTool Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> (cherry picked from commit f66c53b) * add missing distribution Signed-off-by: Hailong Cui <[email protected]> * fix verssion mismatch Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Co-authored-by: zhichao-aws <[email protected]>
- Loading branch information
1 parent
637169d
commit 0ab1bfe
Showing
6 changed files
with
37 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ public void setup() { | |
Collections.emptyMap(), | ||
new DataSources(), | ||
null, | ||
false, | ||
"" | ||
); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters