Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ceph
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
ceph
Commits
fec49b99
Commit
fec49b99
authored
Jun 22, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We need /lib64 during build as we bring external NodeJS compiled with /lib64
parent
0f241367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
fec49b99
...
@@ -28,6 +28,7 @@ all: ceph-config
...
@@ -28,6 +28,7 @@ all: ceph-config
swapon
swap
swapon
swap
mkdir
tmp
mkdir
tmp
mount
--bind
tmp
/tmp
mount
--bind
tmp
/tmp
ln
-s
/lib
/lib64
tar
xf
ceph-14.2.1.tar.gz
tar
xf
ceph-14.2.1.tar.gz
patch
-Np1
-d
ceph-14.2.1
<
ceph-14.2.1-fix_tests.patch
patch
-Np1
-d
ceph-14.2.1
<
ceph-14.2.1-fix_tests.patch
...
@@ -36,8 +37,8 @@ all: ceph-config
...
@@ -36,8 +37,8 @@ all: ceph-config
hostname
localhost
hostname
localhost
cd
ceph-14.2.1
&&
tar
xf
../ceph-object-corpus.tar.xz
cd
ceph-14.2.1
&&
tar
xf
../ceph-object-corpus.tar.xz
cd
ceph-14.2.1/build
&&
make
check
cd
ceph-14.2.1/build
&&
make
check
# cd ceph-14.2.1/build && ctest --output-on-failure --timeout 7200
rm
-rf
/lib64
umount
/tmp
umount
/tmp
rm
-rf
tmp
rm
-rf
tmp
swapoff
swap
swapoff
swap
...
...
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