Skip to content

Commit

Permalink
Merge pull request #36 from regro-cf-autotick-bot/1.12.1_h556785
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored May 11, 2024
2 parents 688c81f + 0200039 commit 2cd56f8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 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.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
c_stdlib:
- vs
c_stdlib_version:
- '2019'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
Expand Down
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{% set version = "1.12.0" %}
{% set version = "1.12.1" %}

package:
name: ninja
version: {{ version }}

source:
url: https://github.com/ninja-build/ninja/archive/v{{ version }}.tar.gz
sha256: 8b2c86cd483dc7fcb7975c5ec7329135d210099a89bc7db0590a07b0bbfe49a5
sha256: 821bdff48a3f683bc4bb3b6f0b5fe7b2d647cf65d52aeb63328c91a6c6df285a

build:
number: 0

requirements:
build:
- {{ compiler("cxx") }}
- {{ stdlib("c") }}
- python *

test:
Expand Down

0 comments on commit 2cd56f8

Please sign in to comment.