Skip to content

[Workaround] Use old build system, avoid clean build issue #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion project.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def get_build_command(self, incremental=False):
+ ['CODE_SIGN_IDENTITY=',
'CODE_SIGNING_REQUIRED=NO',
'ENABLE_BITCODE=NO',
'-UseNewBuildSystem=NO',
'INDEX_ENABLE_DATA_STORE=NO',
'GCC_TREAT_WARNINGS_AS_ERRORS=NO',
'SWIFT_TREAT_WARNINGS_AS_ERRORS=NO'])
Expand Down
1 change: 1 addition & 0 deletions project_future.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def get_build_command(self, incremental=False):
+ ['CODE_SIGN_IDENTITY=',
'CODE_SIGNING_REQUIRED=NO',
'ENABLE_BITCODE=NO',
'-UseNewBuildSystem=NO',
'INDEX_ENABLE_DATA_STORE=NO',
'GCC_TREAT_WARNINGS_AS_ERRORS=NO',
'SWIFT_TREAT_WARNINGS_AS_ERRORS=NO'])
Expand Down
164 changes: 122 additions & 42 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,9 @@
"branch": "master",
"maintainer": "[email protected]",
"compatibility": [
{
"version": "3.1",
"commit": "189b40655da001a9599337767687857b4cf91b36"
},
{
"version": "4.0",
"commit": "189b40655da001a9599337767687857b4cf91b36"
},
{
"version": "4.0.3",
"commit": "189b40655da001a9599337767687857b4cf91b36"
}
],
"platforms": [
Expand All @@ -185,11 +177,29 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "debug"
"configuration": "debug",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage",
"configuration": "debug"
"configuration": "debug",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
}
]
},
Expand Down Expand Up @@ -492,10 +502,6 @@
"path": "Deferred",
"branch": "master",
"compatibility": [
{
"version": "3.2",
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
},
{
"version": "4.0",
"commit": "190f44e8de0d949c7cdc55e3b3bd856a05b42a67"
Expand All @@ -509,7 +515,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "BuildXcodeProjectScheme",
Expand Down Expand Up @@ -606,7 +621,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand Down Expand Up @@ -1024,10 +1048,6 @@
"branch": "master",
"maintainer": "[email protected]",
"compatibility": [
{
"version": "3.0",
"commit": "0179286cd571fa49a7d95cbcafa725cba9e11207"
},
{
"version": "4.0",
"commit": "7604f91d757d888c456f75e19c00ea755d94fe8f"
Expand All @@ -1039,7 +1059,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand All @@ -1053,7 +1082,7 @@
"branch": "master",
"compatibility": [
{
"version": "4.0.3",
"version": "4.0",
"commit": "4b3ff7e7ddd87c0ce73b39b5390c045fe1a8d4af"
}
],
Expand All @@ -1064,7 +1093,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand All @@ -1078,10 +1116,6 @@
"branch": "master",
"maintainer": "[email protected]",
"compatibility": [
{
"version": "3.1",
"commit": "4c20bd99c56f6ba370faf1d014599f7149fb834d"
},
{
"version": "4.0",
"commit": "51256c161c32570267174469ac3826b7bb3da113"
Expand All @@ -1094,7 +1128,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand Down Expand Up @@ -1206,7 +1249,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
}
]
},
Expand Down Expand Up @@ -1270,7 +1322,7 @@
"branch": "master",
"compatibility": [
{
"version": "4.0.3",
"version": "4.0",
"commit": "fe78418de7757d100c94f702e8effb5e7b8e93b8"
}
],
Expand All @@ -1282,7 +1334,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand Down Expand Up @@ -1411,10 +1472,6 @@
"branch": "master",
"maintainer": "[email protected]",
"compatibility": [
{
"version": "3.0",
"commit": "ac56b87a94a4ea8b795af45012d0f89d4981919e"
},
{
"version": "4.0",
"commit": "c5273e456ef02230689f6db2172abb29901115f0"
Expand All @@ -1426,7 +1483,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand Down Expand Up @@ -1741,10 +1807,6 @@
"path": "Result",
"branch": "master",
"compatibility": [
{
"version": "3.1",
"commit": "1a2a979e6399dfb3574c935d6ccee36bc0214405"
},
{
"version": "4.0",
"commit": "7477584259bfce2560a19e06ad9f71db441fff11"
Expand All @@ -1758,7 +1820,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand Down Expand Up @@ -2197,7 +2268,16 @@
"actions": [
{
"action": "BuildSwiftPackage",
"configuration": "release"
"configuration": "release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234"
}
}
}
}
},
{
"action": "TestSwiftPackage"
Expand Down