Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
MacOSR
Commits
d4b72f38
Commit
d4b72f38
authored
Oct 14, 2020
by
Jean-Francois Rey
☕
Browse files
try other config for VM in CI
parent
16efecbb
Pipeline
#2485
failed with stages
in 28 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
d4b72f38
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"GAEV/MacOS_Catalina"
config
.
vm
.
boot_timeout
=
1
2
00
config
.
vm
.
boot_timeout
=
1
8
00
config
.
vm
.
synced_folder
"."
,
"/vagrant"
,
disabled:
true
# Configure Vagrant to use SSH
...
...
@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
# Display the VirtualBox GUI when booting the machine
vb
.
gui
=
false
vb
.
name
=
"MacOSCR4"
vb
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
4096
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
8192
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
4
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--graphicscontroller"
,
"vboxvga"
]
...
...
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