Skip to content

Commit

Permalink
Revert "Build from git url rather than snapshot"
Browse files Browse the repository at this point in the history
This reverts commit d3ebbcd.

This was pushed by accident. It should have been done by PR.
  • Loading branch information
galexite committed Mar 16, 2024
1 parent d3ebbcd commit 323d60e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ package:
version: {{ version }}

source:
git_url: https://github.com/{{ name }}/{{ name }}.git
git_rev: {{ version }}
url: https://github.com/{{ name }}/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 34c7636da2abe7b86580b53b762f5269e71efff460f24f17d5913c56eb99cb7c

build:
number: 1
number: 0
skip: true # [win]

requirements:
Expand Down

0 comments on commit 323d60e

Please sign in to comment.