forked from strace/strace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.packit.yml
38 lines (33 loc) · 893 Bytes
/
.packit.yml
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
# Docs: https://packit.dev/docs
---
specfile_path: strace.spec
upstream_package_name: strace
downstream_package_name: strace
# list of packages needed for bootstrap, make dist-gzip and rpm build
srpm_build_deps:
- autoconf
- automake
- libtool
- make
actions:
# generate spec file from input file
post-upstream-clone:
- ./bootstrap
- ./configure --disable-dependency-tracking --enable-Werror --enable-maintainer-mode
create-archive:
- make dist-gzip
- sh -c "ls ./strace-*.tar.gz"
jobs:
- &copr
job: copr_build
trigger: pull_request
targets:
# FIXME: Reenable aarch64 target once https://github.com/strace/strace/issues/305 is merged
# - fedora-rawhide-aarch64
- fedora-rawhide-i386
- fedora-rawhide-ppc64le
- fedora-rawhide-s390x
- fedora-rawhide-x86_64
- <<: *copr
trigger: commit
branch: master