Skip to content

Commit

Permalink
packit: remove --disable-doc
Browse files Browse the repository at this point in the history
packit now has xmlto and can build the docs.
  • Loading branch information
allisonkarlitskaya committed Jun 21, 2021
1 parent 0aaa095 commit fe9200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ actions:
- sh -c 'sed "s/%{npm-version:.*}/0/; s/build_optional 0/build_optional 1/" tools/cockpit.spec > cockpit.spec'
# this is being triggered immediately on a pull_request event; wait for
# build-dist.yml to generate the dist tarball
- env AUTOGEN_CONFIGURE_ARGS='--disable-polkit --disable-ssh --disable-pcp --disable-doc --with-systemdunitdir=/invalid CPPFLAGS=-Itools/mock-build-env' PKG_CONFIG_PATH=tools/mock-build-env test/make_dist.py --wait
- env AUTOGEN_CONFIGURE_ARGS='--disable-polkit --disable-ssh --disable-pcp --with-systemdunitdir=/invalid CPPFLAGS=-Itools/mock-build-env' PKG_CONFIG_PATH=tools/mock-build-env test/make_dist.py --wait
# packit service insists of a single line of output
- sh -c 'ls cockpit-*.tar.xz'
jobs:
Expand Down

0 comments on commit fe9200d

Please sign in to comment.