Skip to content
Closed
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
2 changes: 1 addition & 1 deletion packaging/rpm/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ EOF
# it yields w19.zstdio, which means compression level 19 using zstd algorithm. To
# speed this up it runs w19T8.zstdio, which is the 8 thread version of the same
# algorithm.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this comment will also need to be updated.

I wonder if we need any compression at all if this is just for CI?

rpmbuild --quiet ${RPMBUILD_OPT} --define "_topdir ${RPMBUILD_DIR}" --define "_binary_payload w19T8.zstdio" "${RPMBUILD_DIR}"SPECS/microshift.spec
rpmbuild --quiet ${RPMBUILD_OPT} --define "_topdir ${RPMBUILD_DIR}" --define "_binary_payload w3T8.zstdio" "${RPMBUILD_DIR}"SPECS/microshift.spec
}

usage() {
Expand Down