From d9bbcb1345600179be415f507e4adbf43fed3b5a Mon Sep 17 00:00:00 2001 From: vaibhav Date: Tue, 14 Nov 2023 17:51:13 +0530 Subject: [PATCH 1/2] ci: remove osx build temporarily (#472) --- ci/tasks/github-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tasks/github-release.sh b/ci/tasks/github-release.sh index e171bf6ed..695b03801 100755 --- a/ci/tasks/github-release.sh +++ b/ci/tasks/github-release.sh @@ -4,4 +4,4 @@ set -eu mkdir artifacts/binaries mv x86_64-unknown-linux-musl/* artifacts/binaries -mv x86_64-apple-darwin/* artifacts/binaries +# mv x86_64-apple-darwin/* artifacts/binaries From 0c62b5db9f5873cafa5b66ff5f9ef46123fe0468 Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Tue, 14 Nov 2023 18:00:31 +0530 Subject: [PATCH 2/2] ci: temp disable osx build (#473) --- ci/pipeline.yml | 52 ++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index f692a2561..73686f414 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -74,30 +74,30 @@ jobs: run: path: pipeline-tasks/ci/tasks/update-repo.sh - in_parallel: - - task: build-osx-release - privileged: true - config: - platform: linux - image_resource: - type: registry-image - source: - username: #@ data.values.osxcross_docker_username - password: #@ data.values.osxcross_docker_password - repository: #@ data.values.osxcross_repository - inputs: - - name: version - - name: pipeline-tasks - - name: repo - outputs: - - name: x86_64-apple-darwin - caches: - - path: cargo-home - - path: cargo-target-dir - params: - TARGET: x86_64-apple-darwin - OUT: x86_64-apple-darwin - run: - path: pipeline-tasks/ci/tasks/build-release.sh + #!- task: build-osx-release + #! privileged: true + #! config: + #! platform: linux + #! image_resource: + #! type: registry-image + #! source: + #! username: #@ data.values.osxcross_docker_username + #! password: #@ data.values.osxcross_docker_password + #! repository: #@ data.values.osxcross_repository + #! inputs: + #! - name: version + #! - name: pipeline-tasks + #! - name: repo + #! outputs: + #! - name: x86_64-apple-darwin + #! caches: + #! - path: cargo-home + #! - path: cargo-target-dir + #! params: + #! TARGET: x86_64-apple-darwin + #! OUT: x86_64-apple-darwin + #! run: + #! path: pipeline-tasks/ci/tasks/build-release.sh - task: build-static-release privileged: true config: @@ -132,7 +132,7 @@ jobs: image_resource: #@ rust_task_image_config() platform: linux inputs: - - name: x86_64-apple-darwin + #! - name: x86_64-apple-darwin - name: x86_64-unknown-linux-musl - name: version - name: pipeline-tasks @@ -277,7 +277,7 @@ jobs: CHARTS_SUBDIR: "stablesats" run: path: pipeline-tasks/ci/tasks/open-charts-pr.sh - + resources: - #@ repo_resource(True) - #@ pipeline_tasks_resource()