Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
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
lvzhengyang
git2
Commits
71ba4644
Commit
71ba4644
authored
Oct 31, 2017
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: let's try a 5GB ramdisk
parent
37bb1512
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/cibuild.sh
+2
-2
No files found.
script/cibuild.sh
View file @
71ba4644
...
...
@@ -15,8 +15,8 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
export
CLAR_TMP
=
"
$HOME
"
/_clar_tmp
mkdir
-p
$CLAR_TMP
#
2M sectors aka ~1
GB of space
device
=
$(
hdiutil attach
-nomount
ram://
$((
2
*
1024
*
1024
)))
#
5*2M sectors aka ~5
GB of space
device
=
$(
hdiutil attach
-nomount
ram://
$((
5
*
2
*
1024
*
1024
)))
newfs_hfs
$device
mount
-t
hfs
$device
$CLAR_TMP
fi
...
...
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