Commit Graph

1625 Commits

Author SHA1 Message Date
Akash Yadav
0606d19031 fix: errors in get_sources.sh 2024-12-31 22:12:53 +05:30
Akash Yadav
ab6c11562e fix: update launcher icons 2024-12-31 22:07:34 +05:30
Akash Yadav
2c7e87686d docs: add instructions to set up Gradle 2024-12-31 20:27:30 +05:30
Akash Yadav
8080ae4274 fix: add missing instructions for Ubuntu setup 2024-12-31 15:32:03 +05:30
Akash Yadav
4997c11bb7 docs: update README to provide clearer build instructions and clarify our goal 2024-12-31 14:06:27 +05:30
Akash Yadav
1acb3f4746 fix: resolve line-length error in .gitlab-ci.yml 2024-12-31 12:27:25 +05:30
Akash Yadav
b21c397048 fix: resolve shellcheck warnings 2024-12-31 12:20:28 +05:30
Akash Yadav
ed5ab810b5 fix: remove GitHub Actions workflow and update gitlab-ci.yml 2024-12-31 11:48:10 +05:30
Akash Yadav
d2786af8be fix: add wasi-sdk to gitignore 2024-12-30 21:23:16 +05:30
Akash Yadav
86c0aefbf6 fix: regenerate wordmarks 2024-12-30 21:09:58 +05:30
Akash Yadav
ac7ece13b8 fix: ensure sources are extracted into dirs with appropriate names 2024-12-29 21:59:47 +05:30
Akash Yadav
8ce63cc086 fix: invalid extraction destination directory 2024-12-29 21:55:50 +05:30
Akash Yadav
fec7f19a00 fix: remove topdir from extracted sources 2024-12-29 21:43:06 +05:30
Akash Yadav
df9bbee0a5 fix: move source directory itself instead of its contents 2024-12-29 21:36:40 +05:30
Akash Yadav
ded5178372 fix: remove '--show-progress' from wget command 2024-12-29 20:39:52 +05:30
Akash Yadav
4ee4f2ed7a docs: add 'wget' and 'git' to dnf command instruction
Add git and wget to the install instruction
2024-12-29 20:38:21 +05:30
PiotrZPL
d7ec94cbc8 Add git and wget to the install instruction
They are not present in all Fedora installs
2024-12-29 15:54:38 +01:00
Akash Yadav
300e938a16 fix: use bash script for downloading sources 2024-12-29 19:39:04 +05:30
Akash Yadav
7fb4fe22e8 fix: use prebuilt wasi sdk sysroot for local builds 2024-12-29 15:06:21 +05:30
Akash Yadav
1b14a9c05c fix: specify different paths for libclang on Fedora and Ubuntu 2024-12-29 13:19:37 +05:30
Akash Yadav
766fe233a6 fix: use dedicated script to look for libclang 2024-12-29 13:01:58 +05:30
Akash Yadav
d992ef8179 fix: incorrect libclang path added to mozconfig 2024-12-29 12:48:52 +05:30
Akash Yadav
d9ccf57e91 fix: some repositories require submodules 2024-12-29 11:59:52 +05:30
Akash Yadav
cedcc93558 fix: ensure 'mach' is executable 2024-12-29 10:38:03 +05:30
Akash Yadav
b5f3b3c455 fix: incorrect path to Android SDK is set in mozconfig 2024-12-29 10:27:58 +05:30
Akash Yadav
2121289d31 fix: move locales to patches dir 2024-12-29 10:23:07 +05:30
Akash Yadav
b47c144588 fix: don't set -e in setup-android-sdk.sh 2024-12-29 09:29:18 +05:30
Akash Yadav
aa70820d56 fix: move Android SDK related setup from build.sh to setup-android-sdk.sh 2024-12-29 08:59:24 +05:30
Akash Yadav
0baf7fdf4d fix: check ANDROID_SDK_ROOT if ANDROID_HOME is not set 2024-12-29 08:48:03 +05:30
Akash Yadav
312d1b4f79 docs: fix invalid command for getting sources 2024-12-29 08:46:54 +05:30
Akash Yadav
a527c2a583 fix: ensure publishing scripts are executable 2024-12-29 08:42:57 +05:30
Akash Yadav
aea4a20b91 fix: provide version info to prebuild 2024-12-29 01:21:07 +05:30
Akash Yadav
167c991ebf fix: set executable permissions in mozilla-release 2024-12-29 01:09:23 +05:30
Akash Yadav
1b9316c030 fix: use GITHUB_WORKSPACE when executing scripts 2024-12-29 00:33:01 +05:30
Akash Yadav
bf4bddfe4b fix: gms version should be prefixed with 'v' 2024-12-29 00:21:01 +05:30
Akash Yadav
35105b20ea test: try to debug github workflow failure 2024-12-29 00:14:55 +05:30
Akash Yadav
be9084f141 fix: use JAVA_HOME/bin path in mozconfig 2024-12-29 00:13:18 +05:30
Akash Yadav
33f2db05e5 fix: inverted condition in prebuild 2024-12-29 00:01:55 +05:30
Akash Yadav
3e96f7afda fix: download sources in 'Build' step 2024-12-28 23:15:03 +05:30
Akash Yadav
8400d65bd9 fix: ensure ANDROID_HOME/cmdline-tools exist before extraction 2024-12-28 23:04:49 +05:30
Akash Yadav
459f4637a7 fix: shallow close wasi-sdk as well as submodules 2024-12-28 22:56:22 +05:30
Akash Yadav
59673a0994 fix: build wasi-sdk locally 2024-12-28 22:00:43 +05:30
Akash Yadav
a72acb6c50 fix: check ANDROID_HOME, ANDROID_NDK & Java version in prebuild 2024-12-28 21:51:17 +05:30
Akash Yadav
c7d2670083 fix: missing 'r' prefix in ANDROID_NDK variable 2024-12-28 21:17:23 +05:30
Akash Yadav
2845b0abd3 fix: add missing packages for build 2024-12-28 21:15:52 +05:30
Akash Yadav
b7244219c9 fix: ensure all scripts in appservices/libs are executable 2024-12-28 20:47:06 +05:30
Akash Yadav
0e0e659afd fix: ensure all verify-*.sh files can be executed 2024-12-28 20:40:11 +05:30
Akash Yadav
ebb5460122 fix: invalid env var is used for sdkmanager 2024-12-28 20:31:40 +05:30
Akash Yadav
bd542f4e04 fix: ensure libs/verify-android-environment.sh is executable 2024-12-28 20:27:08 +05:30
Akash Yadav
d25644f9de fix: update gmscore version in gecko-liberate.patch 2024-12-28 20:25:32 +05:30