Describe the enhancement requested
Note that reproducible source archive is checked when we create a source archive:
|
sudo reprotest \ |
|
"dev/release/utils-create-release-tarball.sh ${VERSION} ${RC_NUM}" \ |
|
apache-arrow-${VERSION}.tar.gz |
This focus on RC verification process.
The current approach:
- Check reproducible source archive on Linux by GitHub Acitons
- Check reproducible source archive on macOS by GitHub Acitons
- Check reproducible source archive on PMC members' machine
1./3. worked. (Note that 3. is only by me for now.) 2. didn't work.
Proposed approach 1:
- Check reproducible source archive on Linux by GitHub Actions
- Check reproducible source archive on macOS by GitHub Actions
- Don't check reproducible source archive on PMC members' machine because it's already checked by GitHub Actions
Proposed approach 2:
- Check reproducible source archive on Linux by GitHub Actions
- Don't check reproducible source archive on macOS by GitHub Actions
- Don't check reproducible source archive on PMC members' machine because it's already checked by GitHub Actions
Component(s)
Release
Describe the enhancement requested
Note that reproducible source archive is checked when we create a source archive:
arrow/.github/workflows/release_candidate.yml
Lines 88 to 90 in 45f562a
This focus on RC verification process.
The current approach:
1./3. worked. (Note that 3. is only by me for now.) 2. didn't work.
Proposed approach 1:
Proposed approach 2:
Component(s)
Release