From ead2e20a9f8becd2e42ccbb62dcab077b2982b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Wed, 3 Jul 2024 22:34:59 +0000 Subject: [PATCH] test --- .github/workflows/alpha.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index b50c4298b..560d0aecb 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -310,26 +310,11 @@ jobs: run: | set -x mkdir -p ~/win-cross - cd engine/ - - 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 - tar --zstd -xvf wine.tar.zst -C ~/win-cross - rm wine.tar.zst - - echo Setup Visual Studio - sudo apt install -y msitools python3-pip - ./mach python --virtualenv build taskcluster/scripts/misc/get_vs.py build/vs/vs2022.yaml ~/win-cross/vs2022 - - chmod -R +x "$(echo ~)/win-cross/vs2022" || true - - cat ../.github/workflows/src/windows_mozconfig >> ../configs/common/mozconfig - cd .. - npm install -g pnpm pnpm gluon bootstrap cd engine/ + ls ~/.mozbuild/clang/lib/clang/ echo "export LIB=\"$(cd ~/.mozbuild/clang/lib/clang/* && cd lib/windows && pwd)\"" >> ../configs/common/mozconfig cat ../configs/common/mozconfig