commit | 6398f53fdef7f6425f4c54c72efc3d3d72099dc5 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Mon Feb 17 08:56:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 17 08:56:39 2025 |
tree | d9c81b4ff31943fbfbcfd9b0e0c575e264350917 | |
parent | ac662e570d2f77957fa858292b4843bf4fd915f4 [diff] |
[ios] Remove unsupported env vars from post build action It looks like when siso is configured to not the reclient compatibility layer, the presence the following env vars cause the invocation to fail: - SWIFT_DEBUG_INFORMATION_VERSION - SWIFT_DEBUG_INFORMATION_FORMAT Fix the post-build action to undefine those env vars if they are set to ensure the build works. Bug: 396641473 Change-Id: Icb183bf8e9b14ff9067c902dfa6f76bff5db9503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6268821 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1420956}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.