Don't push a commit for i386 RPM builds. (#7989)
We're not actually building any i386 RPM packages, and it maes essentially no sense to do so as the various major RPM-based distros don't even really support 32-bit x86 installs anymore. This will actually speed up the builds for the other package types because they won't be competing for CI resources. It will also make the commit history tidier in the repo.
Austin S. Hemmelgarn committed
Feb 7, 2020 at 06:50 UTC
d17f9887e7117547bb349687164e5b1c5d1adb92
1 file changed
-6
.travis/trigger_package_generation.sh
-6
@@ -54,10 +54,4 @@ sleep "${WAIT_TIME}"
54
commit_change "amd64" "RPM"
55
push_change
56
57
-echo "---- Waiting for ${WAIT_TIME} seconds before triggering next process ----"
58
-sleep "${WAIT_TIME}"
59
-
60
-commit_change "i386" "RPM"
61
-push_change
62
-
57
echo "---- Done! ----"