mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Remove travis-ci leftovers
Travis CI stopped providing CI minutes for open-source projects some time ago and we have migrated to GitHub actions. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
25f8be0f60
commit
b25ff1d336
9 changed files with 15 additions and 64 deletions
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ ifeq ($(ARCH),arm)
|
|||
endif
|
||||
|
||||
ifeq ($(ARMV),8)
|
||||
# Running 'setarch linux32 uname -m' returns armv8l on travis aarch64.
|
||||
# Running 'setarch linux32 uname -m' returns armv8l on aarch64.
|
||||
# This tells CRIU to handle armv8l just as armv7hf. Right now this is
|
||||
# only used for compile testing. No further verification of armv8l exists.
|
||||
ARCHCFLAGS += -march=armv7-a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue