Skip to content

Commit

Permalink
Increase build hermiticity
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Dec 26, 2020
1 parent 2cf2f3f commit b487654
Show file tree
Hide file tree
Showing 16 changed files with 1,772 additions and 921 deletions.
9 changes: 5 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
build --experimental_guard_against_concurrent_changes
build --action_env=ZERO_AR_DATE=1

build --strategy=Genrule=local
build --apple_platform_type=ios

build --cxxopt='-std=c++14'
build --per_file_copt="third-party/webrtc/.*\.cpp$","@-std=c++14"
build --per_file_copt="third-party/webrtc/.*\.cc$","@-std=c++14"
build --per_file_copt="third-party/webrtc/.*\.mm$","@-std=c++14"
build --spawn_strategy=local
build --strategy=SwiftCompile=local

build --features=debug_prefix_map_pwd_is_dot
build --features=swift.cacheable_swiftmodules
build --features=swift.debug_prefix_map
build --features=swift.enable_vfsoverlays

build --strategy=Genrule=standalone
build --spawn_strategy=standalone
build --strategy=SwiftCompile=standalone
35 changes: 0 additions & 35 deletions .buckconfig

This file was deleted.

14 changes: 0 additions & 14 deletions .gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion Changelog-beta.txt

This file was deleted.

Empty file removed Config/BUILD
Empty file.
20 changes: 0 additions & 20 deletions Config/app_configuration.bzl

This file was deleted.

Loading

0 comments on commit b487654

Please sign in to comment.