Skip to content

Commit

Permalink
firefox: Update version from 88.0 to 90.0
Browse files Browse the repository at this point in the history
1.  https://www.mozilla.org/en-US/firefox/89.0/releasenotes/
2.  https://www.mozilla.org/en-US/firefox/90.0/releasenotes/

Firefox 90.0 requires cbindgen 1.19.0, which is present in the Rust
1.52.1 package. So, use this. [Rust 1.53.0 fails to build][1], so it’s
not used.

[1]: https://github.com/rust-lang/rust/issues/86436
     "Unable to build 1.53.0 from official tarball due to miri #86436"
  • Loading branch information
pmenzel committed Jul 29, 2021
1 parent fd2ae1b commit cbbe27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-88.0-0
# BEE_VERSION firefox-90.0-0

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"
Expand All @@ -15,7 +15,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir
mee_configure() {

. /usr/local/package/lib/node.profile
. /pkg/rustc-1.50.0-0/profile
. /pkg/rustc-1.52.1-0/profile

cat > ${S}/mozconfig <<-EOF
ac_add_options --prefix=/usr
Expand Down

0 comments on commit cbbe27a

Please sign in to comment.