This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 2fd2244 add missing comma from cmakepresets.json (#302)
2fd2244 is described below
commit 2fd2244e6ceb911e0934f67e34e2d4a04cd238c8
Author: Brian Olsen <[email protected]>
AuthorDate: Tue Dec 12 13:54:40 2023 -0700
add missing comma from cmakepresets.json (#302)
---
jenkins/branch/CMakePresets.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/branch/CMakePresets.json b/jenkins/branch/CMakePresets.json
index cc0280b..5499c8b 100644
--- a/jenkins/branch/CMakePresets.json
+++ b/jenkins/branch/CMakePresets.json
@@ -231,7 +231,7 @@
"binaryDir": "${sourceDir}/build",
"generator": "Unix Makefiles",
"cacheVariables": {
- "CMAKE_BUILD_TYPE": "Debug"
+ "CMAKE_BUILD_TYPE": "Debug",
"CMAKE_INSTALL_PREFIX": "/tmp/ats",
"BUILD_EXPERIMENTAL_PLUGINS": "ON"
}