ci: move Fedora Rawhide based tests away from Travis

This moves Fedora Rawhide based tests away from Travis. To Github
Actions for x86_64 and to Drone for aarch64.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2021-01-31 17:41:09 +00:00 committed by Andrei Vagin
parent ed7cefe217
commit f4c5937cac
4 changed files with 33 additions and 8 deletions

View file

@ -138,6 +138,10 @@ print_env
ci_prep
if [ "${CD_TO_TOP}" = "1" ]; then
cd ../../
fi
if [ "$CLANG" = "1" ]; then
# Needed for clang on Circle CI
LDFLAGS="$LDFLAGS -Wl,-z,now"