Skip to content

Commit

Permalink
Stop setting -DNS_BLOCK_ASSERTIONS=1 for :release (#186)
Browse files Browse the repository at this point in the history
As of Bazel 3.5.0, this is already set for the :opt profile on all Apple
platforms (which is what :release uses):

bazelbuild/bazel@174ed30
  • Loading branch information
jparise authored Sep 10, 2021
1 parent f056b6d commit 599a84c
Show file tree
Hide file tree
Showing 64 changed files with 202 additions and 404 deletions.
15 changes: 5 additions & 10 deletions IntegrationTests/GoldMaster/Adjust.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions IntegrationTests/GoldMaster/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ objc_library(
"-DPOD_CONFIGURATION_DEBUG=1"
],
":release": [
"-DPOD_CONFIGURATION_RELEASE=1",
"-DNS_BLOCK_ASSERTIONS=1"
"-DPOD_CONFIGURATION_RELEASE=1"
]
}
) + [
Expand Down Expand Up @@ -278,8 +277,7 @@ objc_library(
"-DPOD_CONFIGURATION_DEBUG=1"
],
":release": [
"-DPOD_CONFIGURATION_RELEASE=1",
"-DNS_BLOCK_ASSERTIONS=1"
"-DPOD_CONFIGURATION_RELEASE=1"
]
}
) + [
Expand Down Expand Up @@ -1536,8 +1534,7 @@ objc_library(
"-DPOD_CONFIGURATION_DEBUG=1"
],
":release": [
"-DPOD_CONFIGURATION_RELEASE=1",
"-DNS_BLOCK_ASSERTIONS=1"
"-DPOD_CONFIGURATION_RELEASE=1"
]
}
) + [
Expand Down Expand Up @@ -2948,8 +2945,7 @@ objc_library(
"-DPOD_CONFIGURATION_DEBUG=1"
],
":release": [
"-DPOD_CONFIGURATION_RELEASE=1",
"-DNS_BLOCK_ASSERTIONS=1"
"-DPOD_CONFIGURATION_RELEASE=1"
]
}
) + [
Expand Down
9 changes: 3 additions & 6 deletions IntegrationTests/GoldMaster/Bolts.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 13 additions & 26 deletions IntegrationTests/GoldMaster/Braintree.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions IntegrationTests/GoldMaster/Branch.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions IntegrationTests/GoldMaster/Calabash.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions IntegrationTests/GoldMaster/CardIO.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions IntegrationTests/GoldMaster/EarlGrey.podspec.json.goldmaster

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 599a84c

Please sign in to comment.