Skip to content
Snippets Groups Projects
Commit 6cbd373a authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Merge remote-tracking branch 'gkgl/bug_40094'

parents 47e2748a e8ff6b18
No related branches found
No related tags found
No related merge requests found
......@@ -23,22 +23,23 @@ input_files:
- project: container-image
- project: '[% c("var/compiler") %]'
name: '[% c("var/compiler") %]'
# We need the torbrowser-* targets for Rust, see: #40094.
- project: fenix-rust
name: rust-armv7
target_prepend:
- android-armv7
- torbrowser-android-armv7
- project: fenix-rust
name: rust-aarch64
target_prepend:
- android-aarch64
- torbrowser-android-aarch64
- project: fenix-rust
name: rust-x86
target_prepend:
- android-x86
- torbrowser-android-x86
- project: fenix-rust
name: rust-x86_64
target_prepend:
- android-x86_64
- torbrowser-android-x86_64
- project: nss
name: nss-armv7
target_prepend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment