You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: run tests on Android emulator
* Use different cache key for Android NSS builds
* ndk
* Set ANDROID_NDK_HOME
* Use installed NDK
* Again
* Fix
* Again
* Fixes
* Fix parameter
* Fix
* Android
* Patch
* endsWith
* nspr.sh
* before
* sed
* sysroot
* long
* target
* Again
* ln
* quote
* ln
* Again
* toolchain
* again
* Again
* Again
* Again
* env
* Again
* elif
* Again
* Again
* Again
* Again
* -mandroid
* nspr
* Again
* nspr
* Again
* dash
* Switch
* arch
* space
* cpp
* Again
* cpp
* cpp
* ar
* ranlib
* target
* Use script
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* ARGH
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Fixes
* More
* MSRV
* mtu 0.2.7
* Fixes
* mold
* Again
* ls
* tmp
* include
* Again
* Again
* Again
* sysroot
* Again
* lib
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* c++
* Again
* Again
* Again
* Again
* 24
* 25
* pkix
* API level
* Again
* Fixes for 32-bit platforms
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* Again
* NSS_DB_PATH
* Again
* Again
* Fix
* clippy
* Android ECN test
* Update neqo-crypto/src/lib.rs
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
* Pin `mozilla/application-services` scripts to `v137.0`
* Undo 32-bit changes
* Reorder libs
---------
Signed-off-by: Lars Eggert <[email protected]>
Co-authored-by: Lars Eggert <[email protected]>
# See https://github.com/mozilla/application-services/blob/46cacda811da094653dc8e93158956f4cd57e87a/libs/build-all.sh#L89-L102
227
+
# It figures that NSPR would require monkey-patching to build on Android.
228
+
sed -i'' 's/if test -z "$android_ndk" ; then/$as_echo "#define ANDROID 1" >>confdefs.h\n ;;\nunreachable)\n if test -z "$android_ndk" ; then/g' nspr/configure
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ infinite_loop = "warn"
77
77
large_include_file = "warn"
78
78
let_underscore_must_use = "warn"
79
79
let_underscore_untyped = "warn"
80
-
literal_string_with_formatting_args = "allow"# FIXME: Re-enable "warn" when MRSV is > 1.87. See https://github.com/rust-lang/rust-clippy/pull/13953#issuecomment-2676336899
80
+
literal_string_with_formatting_args = "allow"# FIXME: Re-enable "warn" when MSRV is > 1.87. See https://github.com/rust-lang/rust-clippy/pull/13953#issuecomment-2676336899
0 commit comments