Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit 2fc9419

Browse files
committed
remove obsolete macOS carbon build
1 parent db0a473 commit 2fc9419

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

Diff for: build.yml

-16
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ vagrant-targets:
346346
qt_config: macos-cocoa
347347
home_in_rsync: /Users/vagrant
348348

349-
macos-carbon:
350-
vm: macos_lion
351-
custom_build: macos
352-
qt_config: macos-carbon
353-
home_in_rsync: /Users/vagrant
354-
355349
msvc2015-win64:
356350
vm: windows
357351
qt_config: msvc
@@ -459,16 +453,6 @@ qt-config:
459453
-no-rpath
460454
-no-pch
461455
-xplatform win32-g++-4.6
462-
macos-carbon: >
463-
-silent
464-
-reduce-exports
465-
-no-framework
466-
-no-dwarf2
467-
-openssl-linked
468-
-largefile
469-
-no-rpath
470-
-carbon
471-
-platform unsupported/macx-clang
472456
macos-cocoa: >
473457
-silent
474458
-reduce-exports

Diff for: vagrant/Vagrantfile

-25
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,6 @@ gem install fpm --no-ri --no-rdoc
2828
}
2929
end
3030

31-
config.vm.define "macos_lion" do |cfg|
32-
cfg.vm.box = "tuupola/osx-lion-10.7-xcode"
33-
cfg.vm.box_version = "10.7.5.rc1"
34-
cfg.vm.synced_folder ".", "/vagrant", disabled: true
35-
cfg.vm.provision "shell", inline: %{
36-
curl -fsSL -o /tmp/macports.pkg https://distfiles.macports.org/MacPorts/MacPorts-2.5.4-10.7-Lion.pkg
37-
installer -pkg /tmp/macports.pkg -target /
38-
/opt/local/bin/port -N install rsync py27-pip cmake
39-
mv /opt/local/etc/rsyncd.conf.example /opt/local/etc/rsyncd.conf
40-
/opt/local/bin/port select --set python python27
41-
/opt/local/bin/pip-2.7 install conan
42-
echo "/opt/local/bin">/tmp/paths
43-
echo "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin">>/tmp/paths
44-
echo "/opt/ruby/bin">>/tmp/paths
45-
cat /etc/paths>>/tmp/paths
46-
cat /tmp/paths>/etc/paths
47-
rm /tmp/paths /tmp/macports.pkg
48-
mkdir /tmp/ruby
49-
/opt/local/bin/curl -fsSL https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.7.leopard_64.bottle.tar.gz | tar x --strip=2 -C /tmp/ruby
50-
mv /tmp/ruby/ /opt
51-
/opt/ruby/bin/gem install fpm --no-ri --no-rdoc
52-
su vagrant -c 'echo "source /etc/profile">~/.bashrc'
53-
}
54-
end
55-
5631
config.vm.define "windows" do |cfg|
5732
cfg.vm.provider "virtualbox" do |v|
5833
v.cpus = cpus

0 commit comments

Comments
 (0)