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/12/12 19:22:26 UTC

[trafficserver-ci] branch main updated: Update osx-m1.pipeline

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

eze 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 0908733  Update osx-m1.pipeline
0908733 is described below

commit 0908733b4c07884e58cde29b6ad2f6dddbb14935
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Mon Dec 12 12:22:22 2022 -0700

    Update osx-m1.pipeline
---
 jenkins/branch/osx-m1.pipeline | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins/branch/osx-m1.pipeline b/jenkins/branch/osx-m1.pipeline
index 767fd79..20c3ceb 100644
--- a/jenkins/branch/osx-m1.pipeline
+++ b/jenkins/branch/osx-m1.pipeline
@@ -32,8 +32,8 @@ pipeline {
 							WITH_LIBCPLUSPLUS="yes" \
 							./configure \
 							--enable-experimental-plugins \
-							--with-openssl=/usr/local/opt/openssl
-						make -j3
+							--with-openssl=/opt/homebrew/opt/openssl
+						make -j8
 					'''
 				}
 			}