-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
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
| 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