@Conan-Kudo requested changes on this pull request.
> + uses: actions/checkout@v4
+
+ - name: Build image
+ run: |
+ podman build --target base --tag rpm -f tests/Dockerfile .
+
+ - name: Create dist tarball(s)
+ run: |
+ mkdir _build
+ podman run -v $PWD:/srv:z --workdir /srv/_build --rm rpm sh -c \
+ "cmake -DENABLE_TESTSUITE=OFF -DWITH_DOXYGEN=ON .. && make dist"
+
+ - name: Create checksum file
+ working-directory: _build
+ run: |
+ sha256sum *.$DIST_EXT > SHA256SUM
Could we upgrade to sha512 checksums? Then they'll match with most distro
caching checksums too.
```suggestion
sha512sum --tag *.$DIST_EXT > CHECKSUM
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3576#pullrequestreview-2618086139
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3576/review/2618086...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint