This is an automated email from the ASF dual-hosted git repository.
bneradt 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 64384f2 CC/CXX no longer needed for ubuntu (#367)
64384f2 is described below
commit 64384f27adae4929cae156d0f710177d5f747082
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Jan 14 10:17:44 2025 -0600
CC/CXX no longer needed for ubuntu (#367)
See:
https://github.com/apache/trafficserver/pull/11955
---
jenkins/github/ubuntu.pipeline | 3 ---
1 file changed, 3 deletions(-)
diff --git a/jenkins/github/ubuntu.pipeline b/jenkins/github/ubuntu.pipeline
index 10460d4..c5ae4ca 100644
--- a/jenkins/github/ubuntu.pipeline
+++ b/jenkins/github/ubuntu.pipeline
@@ -70,9 +70,6 @@ pipeline {
# Ensure that we pick up clang-12.
export PATH=/opt/bin:/usr/lib/llvm-12/bin:$PATH
- export CC="clang"
- export CXX="clang++"
-
cmake -B build --preset ci-ubuntu
cmake --build build -v
cmake --install build