Skip to content
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
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ build:release-android --config=release-common
build:release-android --copt=-flto=thin --linkopt=-flto=thin
build:release-android --config=android
build:release-android --linkopt=-Wl,--pack-dyn-relocs=android
build:release-common --@rules_rust//rust/settings:extra_rustc_flag='-Zfmt-debug=none'
build:release-android --config=fake-nightly
# build:release-android --linkopt=-Wl,--use-android-relr-tags

# Custom iOS release configuration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Check for workflow file changes
id: workflow_check
run: ./ci/files_changed.sh .github/workflows/android.yaml .bazelrc
run: ./ci/files_changed.sh .github/workflows/android.yaml
continue-on-error: true

- name: Check for relevant Gradle changes
Expand Down
Loading