Skip to content

Commit

Permalink
[bot-automerge] sccache v0.8.0 (#42)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Apr 21, 2024
2 parents aae95e7 + a169ec0 commit 351284e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.7.7" %}
{% set version = "0.8.0" %}

package:
name: sccache
version: {{ version }}

source:
url: https://github.com/mozilla/sccache/archive/v{{ version }}.tar.gz
sha256: a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0
sha256: e78c7a65982e2ab1dc2e5580e548bb1bf6f47a0f20e58dcba8856fc97640f2d2

build:
number: 0
Expand All @@ -17,7 +17,9 @@ requirements:
build:
- rust
- {{ compiler('c') }} # [not win]
- {{ stdlib("c") }} # [not win]
- {{ compiler('m2w64_c') }} # [win]
- {{ stdlib("c") }} # [win]
host:
- openssl

Expand Down

0 comments on commit 351284e

Please sign in to comment.