Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
15b29140
Commit
15b29140
authored
Oct 17, 2017
by
Andrei Vagin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: check compilation for arm64v8/fedora:rawhide
Signed-off-by:
Andrei Vagin
<
avagin@virtuozzo.com
>
parent
d0a8aa74
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
.travis.yml
.travis.yml
+2
-0
Dockerfile.fedora-rawhide-aarch64.hdr
scripts/build/Dockerfile.fedora-rawhide-aarch64.hdr
+3
-0
Dockerfile.fedora-rawhide-aarch64.tmpl
scripts/build/Dockerfile.fedora-rawhide-aarch64.tmpl
+2
-0
Makefile
scripts/build/Makefile
+1
-3
No files found.
.travis.yml
View file @
15b29140
...
...
@@ -21,10 +21,12 @@ env:
-
TR_ARCH=alpine CLANG=1
-
TR_ARCH=docker-test
-
TR_ARCH=fedora-rawhide
-
TR_ARCH=fedora-rawhide-aarch64
matrix
:
allow_failures
:
-
env
:
TR_ARCH=docker-test
-
env
:
TR_ARCH=fedora-rawhide
-
env
:
TR_ARCH=fedora-rawhide-aarch64
script
:
-
sudo make CCACHE=1 -C scripts/travis $TR_ARCH
after_success
:
...
...
scripts/build/Dockerfile.fedora-rawhide-aarch64.hdr
0 → 100644
View file @
15b29140
FROM arm64v8/fedora:rawhide
COPY scripts/build/qemu-user-static/usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
scripts/build/Dockerfile.fedora-rawhide-aarch64.tmpl
0 → 120000
View file @
15b29140
Dockerfile.fedora.tmpl
\ No newline at end of file
scripts/build/Makefile
View file @
15b29140
QEMU_ARCHES
:=
armv7hf aarch64 ppc64le s390x
# require qemu
QEMU_ARCHES
:=
armv7hf aarch64 ppc64le s390x
fedora-rawhide-aarch64
# require qemu
ARCHES
:=
$(QEMU_ARCHES)
x86_64 fedora-asan fedora-rawhide
TARGETS
:=
$(ARCHES)
alpine
TARGETS_CLANG
:=
$
(
addsuffix
$(TARGETS)
,-clang
)
...
...
@@ -38,8 +38,6 @@ endef
$(foreach
t,$(TARGETS),$(eval
$(call
CLANG_DEP,$(t))))
%-clang
:
DB_CC=--build-arg CC=clang
Dockerfile.fedora-asan
:
override DOCKER_TMPL=Dockerfile.fedora.tmpl
Dockerfile.fedora-rawhide
:
override DOCKER_TMPL=Dockerfile.fedora.tmpl
%-clang
:
DB_ENV=--build-arg ENV1=CCACHE_CPP2
s390x-clang
:
DB_CC=--build-arg CC=clang-3.8
.PHONY
:
$(TARGETS_CLANG)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment