Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimbus doesn't use/need glean-build #6482

Merged
merged 1 commit into from
Nov 21, 2024
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
32 changes: 0 additions & 32 deletions Cargo.lock

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

33 changes: 0 additions & 33 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ the details of which are reproduced below.
* [MIT License: want](#mit-license-want)
* [MIT License: weedle2](#mit-license-weedle2)
* [MIT License: winreg](#mit-license-winreg)
* [MIT License: xshell-venv](#mit-license-xshell-venv)
* [CC0-1.0 License: base16](#cc0-10-license-base16)
* [ISC License: libloading](#isc-license-libloading)
* [ISC License: ring](#isc-license-ring)
Expand Down Expand Up @@ -594,8 +593,6 @@ The following text applies to code linked from these dependencies:
[windows-targets](https://github.com/microsoft/windows-rs),
[windows_x86_64_gnu](https://github.com/microsoft/windows-rs),
[windows_x86_64_msvc](https://github.com/microsoft/windows-rs),
[xshell-macros](https://github.com/matklad/xshell),
[xshell](https://github.com/matklad/xshell),
[zerocopy](https://github.com/google/zerocopy)

```
Expand Down Expand Up @@ -1810,36 +1807,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

```
-------------
## MIT License: xshell-venv

The following text applies to code linked from these dependencies:
[xshell-venv](https://github.com/badboy/xshell-venv)

```
The MIT License (MIT)

Copyright (c) 2022 Jan-Erik Rediger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```
-------------
## CC0-1.0 License: base16
Expand Down
1 change: 0 additions & 1 deletion components/nimbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ firefox-versioning = { path = "../support/firefox-versioning", optional = true }

[build-dependencies]
uniffi = { workspace = true, features = ["build"] }
glean-build = { path = "../external/glean/glean-core/build" }

[dev-dependencies]
viaduct-reqwest = { path = "../support/viaduct-reqwest" }
Expand Down
9 changes: 0 additions & 9 deletions components/nimbus/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

use glean_build::Builder;

pub fn main() {
#[cfg(feature = "stateful-uniffi-bindings")]
uniffi::generate_scaffolding("./src/nimbus.udl").unwrap();

#[cfg(not(feature = "stateful-uniffi-bindings"))]
uniffi::generate_scaffolding("./src/cirrus.udl").unwrap();

Builder::default()
.file("./metrics.yaml")
.generate()
.unwrap();

println!("cargo:rerun-if-changed=./metrics.yaml");
}
33 changes: 0 additions & 33 deletions megazords/full/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ the details of which are reproduced below.
* [MIT License: smawk](#mit-license-smawk)
* [MIT License: textwrap](#mit-license-textwrap)
* [MIT License: weedle2](#mit-license-weedle2)
* [MIT License: xshell-venv](#mit-license-xshell-venv)
* [CC0-1.0 License: base16](#cc0-10-license-base16)
* [ISC License: ring](#isc-license-ring)
* [BSD-2-Clause License: arrayref](#bsd-2-clause-license-arrayref)
Expand Down Expand Up @@ -535,8 +534,6 @@ The following text applies to code linked from these dependencies:
[windows-targets](https://github.com/microsoft/windows-rs),
[windows_x86_64_gnu](https://github.com/microsoft/windows-rs),
[windows_x86_64_msvc](https://github.com/microsoft/windows-rs),
[xshell-macros](https://github.com/matklad/xshell),
[xshell](https://github.com/matklad/xshell),
[zerocopy](https://github.com/google/zerocopy)

```
Expand Down Expand Up @@ -1287,36 +1284,6 @@ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABI
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

```
-------------
## MIT License: xshell-venv

The following text applies to code linked from these dependencies:
[xshell-venv](https://github.com/badboy/xshell-venv)

```
The MIT License (MIT)

Copyright (c) 2022 Jan-Erik Rediger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```
-------------
## CC0-1.0 License: base16
Expand Down
12 changes: 0 additions & 12 deletions megazords/full/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,14 +484,6 @@ the details of which are reproduced below.
<name>Apache License 2.0: windows_x86_64_msvc</name>
<url>https://github.com/microsoft/windows-rs/blob/master/license-mit</url>
</license>
<license>
<name>Apache License 2.0: xshell</name>
<url>https://github.com/matklad/xshell/blob/master/LICENSE-APACHE</url>
</license>
<license>
<name>Apache License 2.0: xshell-macros</name>
<url>https://github.com/matklad/xshell/blob/master/LICENSE-APACHE</url>
</license>
<license>
<name>Apache License 2.0: zerocopy</name>
<url>https://github.com/google/zerocopy/blob/main/LICENSE-APACHE</url>
Expand Down Expand Up @@ -584,10 +576,6 @@ the details of which are reproduced below.
<name>MIT License: weedle2</name>
<url>https://github.com/mozilla/uniffi-rs/blob/main/weedle2/LICENSE.md</url>
</license>
<license>
<name>MIT License: xshell-venv</name>
<url>https://github.com/badboy/xshell-venv/blob/main/LICENSE</url>
</license>
<license>
<name>CC0-1.0 License: base16</name>
<url>https://github.com/thomcc/rust-base16/blob/master/LICENSE-APACHE</url>
Expand Down
33 changes: 0 additions & 33 deletions megazords/ios-rust/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ the details of which are reproduced below.
* [MIT License: try-lock](#mit-license-try-lock)
* [MIT License: want](#mit-license-want)
* [MIT License: weedle2](#mit-license-weedle2)
* [MIT License: xshell-venv](#mit-license-xshell-venv)
* [CC0-1.0 License: base16](#cc0-10-license-base16)
* [ISC License: libloading](#isc-license-libloading)
* [ISC License: ring](#isc-license-ring)
Expand Down Expand Up @@ -573,8 +572,6 @@ The following text applies to code linked from these dependencies:
[uuid](https://github.com/uuid-rs/uuid),
[vcpkg](https://github.com/mcgoo/vcpkg-rs),
[version_check](https://github.com/SergioBenitez/version_check),
[xshell-macros](https://github.com/matklad/xshell),
[xshell](https://github.com/matklad/xshell),
[zerocopy](https://github.com/google/zerocopy)

```
Expand Down Expand Up @@ -1711,36 +1708,6 @@ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABI
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

```
-------------
## MIT License: xshell-venv

The following text applies to code linked from these dependencies:
[xshell-venv](https://github.com/badboy/xshell-venv)

```
The MIT License (MIT)

Copyright (c) 2022 Jan-Erik Rediger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```
-------------
## CC0-1.0 License: base16
Expand Down
Loading