comment out deb build to try to get under the artifact file size limits. If this works, will have to look into splitting into seperate packaging-npm packaging-deb and packaging-rpm stages.

pipelines/268595604 test_nr0q_1.21.0307_11
Matthew Chambers 2021-03-10 21:03:47 +00:00
rodzic 25efa90b80
commit 35c7e91fd2
1 zmienionych plików z 9 dodań i 7 usunięć

Wyświetl plik

@ -93,13 +93,15 @@ packaging:
echo `pwd`
(cd dist ; mv *.exe *-mac-x64.zip *.tar.gz ../artifacts)
echo -e "\e[0Ksection_end:`date +%s`:native_build\e[0K"
- |
echo -e "\e[0Ksection_start:`date +%s`:debian_build\r\e[0KBuilding Debian packages"
echo `pwd`
dpkg-buildpackage -uc -us
echo `pwd`
mv ../*.{deb,dsc,buildinfo,tar.xz,changes} artifacts/debian/
echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K"
# Commenting out the debian build to see if it's overall file size kicking artifact uploads or an individual file.
# If it's overall, maybe have to split the package process into phases and upload each phase's artifacts individually.
#- |
# echo -e "\e[0Ksection_start:`date +%s`:debian_build\r\e[0KBuilding Debian packages"
# echo `pwd`
# dpkg-buildpackage -uc -us
# echo `pwd`
# mv ../*.{deb,dsc,buildinfo,tar.xz,changes} artifacts/debian/
# echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K"
- |
echo -e "\e[0Ksection_start:`date +%s`:rpm_build\r\e[0KBuilding RPM packages"
mkdir -p $HOME/rpmbuild/SOURCES