Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GaloyMoney/stablesats-rs into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Nov 14, 2023
2 parents 0695f91 + 0c62b5d commit 2aab6f1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2aab6f1

Please sign in to comment.