Skip to content

Commit

Permalink
Adds Glean back in the iOS megazord to enable Glean-Rust for Nimbus
Browse files Browse the repository at this point in the history
This includes conditional compilation for this feature only on iOS, Android will still need to record things in Kotlin for the time being.
  • Loading branch information
travis79 committed Sep 23, 2022
1 parent be8254d commit c7eff54
Show file tree
Hide file tree
Showing 33 changed files with 978 additions and 493 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ commands:
- run: sudo apt-get update
- run: sudo apt-get install python tcl
- run: sudo apt-get install python3-venv
- run: sudo apt-get install python3-pip
- run:
name: Install NSS build system dependencies
command: sudo apt-get install ninja-build gyp zlib1g-dev
Expand Down
162 changes: 156 additions & 6 deletions Cargo.lock

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

Loading

0 comments on commit c7eff54

Please sign in to comment.