You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2022/09/01 18:25:54 UTC

[trafficserver-ci] branch remove-head updated: Update osx.pipeline

This is an automated email from the ASF dual-hosted git repository.

eze pushed a commit to branch remove-head
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/remove-head by this push:
     new c9178e2  Update osx.pipeline
c9178e2 is described below

commit c9178e2f8364038ac1e88f4c0cb88f685d4a78ae
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Thu Sep 1 12:25:50 2022 -0600

    Update osx.pipeline
---
 jenkins/github/osx.pipeline | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jenkins/github/osx.pipeline b/jenkins/github/osx.pipeline
index b6231be..d1b6b27 100644
--- a/jenkins/github/osx.pipeline
+++ b/jenkins/github/osx.pipeline
@@ -21,7 +21,6 @@ pipeline {
             steps {
                 echo 'Starting build'
                 dir('src') {
-                    sh('head -1 README')
                     sh('autoreconf -fiv')
                     sh('CC="clang" CXX="clang++" CXXFLAGS="-Qunused-arguments" WITH_LIBCPLUSPLUS="yes" ./configure --enable-experimental-plugins --with-openssl=/usr/local/opt/openssl')
                     sh('make -j3')