mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
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:
parent
ed7cefe217
commit
f4c5937cac
4 changed files with 33 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue