From 8d9c670b6c175640e19de3537de0517d3d50d541 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Sat, 7 Feb 2026 11:15:06 -0600 Subject: [PATCH] temporarily disable darwin on ci --- Jenkinsfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 174d186..c47f41e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,25 +36,25 @@ pipeline { } } } - stage('build ffmpeg on darwin') { - matrix { - axes { - axis { - name 'COMP_OPTS'; - values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON' - } - } - stages { - stage('build on darwin ') { - agent { label "darwin" } - steps { - sh "${COMP_OPTS} ./scripts/build.sh" - archiveArtifacts allowEmptyArchive: true, artifacts: 'gitignore/package/*.tar.xz', defaultExcludes: false - } - } - } - } - } + // stage('build ffmpeg on darwin') { + // matrix { + // axes { + // axis { + // name 'COMP_OPTS'; + // values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON' + // } + // } + // stages { + // stage('build on darwin ') { + // agent { label "darwin" } + // steps { + // sh "${COMP_OPTS} ./scripts/build.sh" + // archiveArtifacts allowEmptyArchive: true, artifacts: 'gitignore/package/*.tar.xz', defaultExcludes: false + // } + // } + // } + // } + // } stage('build ffmpeg on linux') { matrix { axes {