aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 22:13:18 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 22:13:18 +0200
commitac06ff5f288e415d12670eeb1b21434ca7c0ac4e (patch)
tree36fa45ede507e6cf088084802b6304f78c6888c5
parentwhen having two runner tags defined with one of them being offline, jobs did ... (diff)
downloadlibrewolf-linux-ac06ff5f288e415d12670eeb1b21434ca7c0ac4e.tar.gz
librewolf-linux-ac06ff5f288e415d12670eeb1b21434ca7c0ac4e.tar.bz2
librewolf-linux-ac06ff5f288e415d12670eeb1b21434ca7c0ac4e.zip
webrtc still seems to be broken on aarch64
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8d28b4..f53cb15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ This project follows the official Firefox releases, but also uses
- AppImage and Flatpak releases cannot be built as PGO/profiled builds at the moment
- AppStream metadata is not completely valid (missing screenshots)
- Build scripts are not tested outside of a dockerized environment
+- Building on `aarch64` with WebRTC enabled works, but it seems that WebRTC still doesn't.
## [74.0-3] - 2020-03-31
bgstack15