Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
cricket
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACS
P
Public
Virtualization
cricket
Commits
cfcf3013
Commit
cfcf3013
authored
Nov 19, 2020
by
Niklas Eiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: also build with infiniband support
parent
dcd23464
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
.gitlab-ci.yml
.gitlab-ci.yml
+24
-0
utils/Dockerfile
utils/Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
cfcf3013
...
...
@@ -81,6 +81,30 @@ build:
tags
:
-
docker
build:ib:
stage
:
build
script
:
-
make -j 32 libtirpc
-
make -j 32 cuda-gdb
-
make -j 1 LOG=INFO WITH_IB=yes
artifacts
:
expire_in
:
1 week
paths
:
-
bin
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
cache
:
paths
:
-
gpu/build
-
cpu/*.o
-
tests/*.o
-
tests/cpu/*.o
-
submodules/libtirpc/install
-
submodules/cuda-gdb/build
-
bin
key
:
buildib
tags
:
-
docker
build:cuda10:
stage
:
build
script
:
...
...
utils/Dockerfile
View file @
cfcf3013
...
...
@@ -18,7 +18,7 @@ RUN dnf -y update && \
RUN
dnf
install
-y
make bash git gcc autoconf libtool automake rpcgen
\
ncurses-devel zlib-devel binutils-devel mesa-libGL-devel
\
libvdpau-devel mesa-libEGL-devel openssl-devel rpcbind
\
texinfo bison flex python3 which libibverbs libasan cppcheck
texinfo bison flex python3 which libibverbs lib
ibverbs-devel lib
asan cppcheck
ENV
LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib64:${LD_LIBRARY_PATH}"
...
...
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