Commit 957d0f5
committed
fix(release): handle missing dnf in aarch64 manylinux container
The aarch64 manylinux_2_28 container does not expose dnf in PATH,
causing before-script to exit 127. Fall through dnf→yum→apt-get so
protoc installs regardless of which package manager is available.
Closes #521 parent a7cca8e commit 957d0f5
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
0 commit comments