feat: Update alpha.yml workflow to use correct windows_mozconfig path

This commit is contained in:
mauro 🤙
2024-05-09 20:05:12 +00:00
parent d5f0024e6a
commit c2148f8c6c
2 changed files with 5 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ jobs:
set -x
mkdir -p ~/win-cross
cd engine/
cat mozconfig
cat browser/config/mozconfig
echo Setup wine
aria2c "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.cache.level-1.toolchains.v3.linux64-wine.latest/artifacts/public%2Fbuild%2Fwine.tar.zst" -o wine.tar.zst
@@ -255,14 +255,14 @@ jobs:
chmod -R +x "$(echo ~)/win-cross/vs2019" || true
cat ../.github/workflows/src/windows_mozconfig >> mozconfig
cat ../.github/workflows/src/windows_mozconfig >> browser/config/mozconfig
cd ..
pnpm gluon bootstrap
cd engine/
echo "export LIB=\"$(cd ~/.mozbuild/clang/lib/clang/* && cd lib/windows && pwd)\"" >> mozconfig
cat mozconfig
echo "export LIB=\"$(cd ~/.mozbuild/clang/lib/clang/* && cd lib/windows && pwd)\"" >> browser/config/mozconfig
cat browser/config/mozconfig
- name: setup Rust
run: |

View File

@@ -16,7 +16,7 @@ cd desktop
Install gluon
```bash
npm i -g gluon@next
npm i -g gluon-build@next
```
Download and bootstrap the browser