Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update varfish-server-worker to 0.15.0 #51197

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions recipes/varfish-server-worker/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{% set version = "0.13.0" %}
{% set version = "0.15.0" %}

package:
name: varfish-server-worker
version: {{ version }}

build:
number: 1
number: 0
skip: True # [osx]
run_exports:
- {{ pin_subpackage("varfish-server-worker", max_pin="x.x") }}

source:
url: https://github.com/varfish-org/varfish-server-worker/archive/refs/tags/v{{ version }}.tar.gz
sha256: 2a593575ae37bd1c9f934e45b378024912108d2391cccba1b9120c4685c2362a
sha256: fda91c251c195cd0b78b60a92deae05ac5622c2fede262481e2502b569a63075

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('rust') }}
- clangdev
- pkg-config
- protobuf
- make
- cmake
host:
- clangdev
- openssl
- sqlite
- zlib
- clangdev
- protobuf
run:
- sqlite

Expand All @@ -39,8 +39,10 @@ test:
about:
home: https://github.com/varfish-org/varfish-server-worker
license: MIT
license_family: MIT
summary: |
Rust-based tool for the heavy lifting in varfish-server.
"Rust-based tool for the heavy lifting in varfish-server."
dev_url: https://github.com/varfish-org/varfish-server-worker

extra:
additional-platforms:
Expand Down
Loading