forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-build.yaml
49 lines (45 loc) · 1.08 KB
/
conda-build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generated from https://pypi.org/project/conda-build/
package:
name: conda-build
version: 24.9.0
epoch: 0
description: tools for building conda packages
copyright:
- license: BSD-3-Clause
dependencies:
runtime:
- conda
- py3-filelock
- py3-requests
- python3
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- conda
- py3-hatch
- py3-hatchling
- py3-installer
- py3-pip
- py3-setuptools
- py3-wheel
- python-3
- wolfi-base
environment:
# This is needed to work around the error "ValueError: ZIP does not support timestamps before 1980"
SOURCE_DATE_EPOCH: 315532800
pipeline:
- uses: git-checkout
with:
expected-commit: 9133820c20e9ee33ba877da93c558ef7055ff6a8
repository: https://github.com/conda/conda-build
tag: ${{package.version}}
- runs: |
hatch build
python3 -m installer -d "${{targets.destdir}}" dist/conda_build*.whl
update:
enabled: true
github:
identifier: conda/conda-build