@cryptotaxi247 / netdata-1 / commits / 9beca23c3

Remove corss-platform builds on Travis. (#10865)

We’re already doing the same thing in GitHub Actions, and they apparently can break on Travis due to infrastructure issues in such a way that we can’t restart the build at all.

Austin S. Hemmelgarn committed Mar 26, 2021 at 10:22 UTC 9beca23c385273b77aeaa4e9ee1f68a72463232d
1 file changed -8
.travis.yml
-8
@@ -86,14 +86,6 @@ jobs:
86 env: CFLAGS='-O1 -Wall -Wextra -Wformat-signedness -fstack-protector-all -fno-common -DNETDATA_INTERNAL_CHECKS=1 -D_FORTIFY_SOURCE=2 -DNETDATA_VERIFY_LOCKS=1'
87 after_failure: post_message "TRAVIS_MESSAGE" "<!here> standard netdata build is failing (Still dont know which one, will improve soon)"
88
89 - - name: Build/Install for ubuntu 20.04 (not containerized)
90 - script: fakeroot ./netdata-installer.sh --dont-wait --dont-start-it --install $HOME
91 - after_failure: post_message "TRAVIS_MESSAGE" "Build/Install failed on ubuntu 18.04"
92 -
93 - - name: Build/install for CentOS 7 (Containerized)
94 - script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "netdata/os-test:centos7" ./netdata-installer.sh --dont-wait --dont-start-it --install /tmp
95 - after_failure: post_message "TRAVIS_MESSAGE" "Build/Install failed on CentOS 7"
96 -
89 - stage: Support activities on main branch
90 name: Generate changelog for release (only on special and tagged commit msg)
91 before_script: post_message "TRAVIS_MESSAGE" "Support activities on main branch initiated" "${NOTIF_CHANNEL}"