diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-04-27 00:39:52 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-04-27 00:39:52 +0000 |
| commit | e28489cb37461bcd89bfd46af76b6852ec44d14a (patch) | |
| tree | 49ea72a4fb113c3cf6d6d971d2d5b474463772fd /firefox/abuild | |
| parent | 66709ab7705ee1ed32ec5447c4c72f1a00246898 (diff) | |
| download | alicelinux-e28489cb37461bcd89bfd46af76b6852ec44d14a.tar.gz alicelinux-e28489cb37461bcd89bfd46af76b6852ec44d14a.zip | |
Woodpecker CI 78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff [SKIP CI]
Diffstat (limited to 'firefox/abuild')
| -rw-r--r-- | firefox/abuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox/abuild b/firefox/abuild index 9adf438c..e9d7d8ff 100644 --- a/firefox/abuild +++ b/firefox/abuild @@ -1,5 +1,5 @@ name=firefox -version=149.0.2 +version=150.0 release=1 source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz fix-webrtc-pid_t.patch @@ -15,7 +15,8 @@ source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-$ musl-sandbox-sched.patch musl-siginfo.patch musl-single-threaded.patch - no-build-id.patch" + no-build-id.patch + rust-1.95-iwyu.patch" build() { # musl: allow select() syscall in all sandbox policies @@ -23,6 +24,8 @@ build() { security/sandbox/linux/SandboxFilter.cpp > SandboxFilter.tmp mv SandboxFilter.tmp security/sandbox/linux/SandboxFilter.cpp + sed -i 's/\("files":{\)[^}]*/\1/' third_party/rust/encoding_rs/.cargo-checksum.json + cat > .mozconfig << EOF ac_add_options --prefix=/usr ac_add_options --libdir=/usr/lib |