From 2c876cdc415c2ee88db7ed20a3c1a58dd27cdf7d Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 28 Apr 2024 18:57:53 +0200 Subject: [PATCH] Removed windows builds :( --- .github/workflows/alpha.yml | 133 ++++++++++++++++++------------------ gluon.json | 2 +- 2 files changed, 68 insertions(+), 67 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 682eff8e1..6f502b72c 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -373,72 +373,73 @@ jobs: name: macos_update_manifest path: ./dist/update - windows: - runs-on: windows-latest - needs: [build-data] - - steps: - - name: Install Node.js and pnpm - uses: actions/setup-node@v3 - with: - node-version: 16 - - - uses: actions/checkout@v3 - - - uses: pnpm/action-setup@v2 - name: Install pnpm - id: pnpm-install - with: - version: 8 - run_install: false - - - name: Install dependencies - run: | - pnpm i - - - name: Load gluon CI setup - run: pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }} - - - name: Download - run: pnpm gluon download - - - name: Import - run: pnpm import - - - name: Build - shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}" - run: | - cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~ - pnpm build --skip-patch-check - - - name: Package - shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}" - run: | - cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~ - pnpm package - mv ./dist/output.mar windows.mar - - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: zen.installer.exe - path: ./dist/zen.installer.exe - - - name: Upload mar - uses: actions/upload-artifact@v3 - with: - name: windows.mar - path: ./windows.mar - - - name: Upload update manifests - uses: actions/upload-artifact@v3 - with: - name: windows_update_manifest - path: ./dist/update +# windows: +# runs-on: windows-latest +# needs: [build-data] +# +# steps: +# - name: Install Node.js and pnpm +# uses: actions/setup-node@v3 +# with: +# node-version: 16 +# +# - uses: actions/checkout@v3 +# +# - uses: pnpm/action-setup@v2 +# name: Install pnpm +# id: pnpm-install +# with: +# version: 8 +# run_install: false +# +# - name: Install dependencies +# run: | +# pnpm i +# +# - name: Load gluon CI setup +# run: pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }} +# +# - name: Download +# run: pnpm gluon download +# +# - name: Import +# run: pnpm import +# +# - name: Build +# shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}" +# run: | +# cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~ +# pnpm build --skip-patch-check +# +# - name: Package +# shell: powershell.exe C:\mozilla-build\start-shell.bat "{0}" +# run: | +# cd /c/actions-runner/_work/browser/browser # mozillabuild defaults to ~ +# pnpm package +# mv ./dist/output.mar windows.mar +# +# - name: Upload artifact +# uses: actions/upload-artifact@v3 +# with: +# name: zen.installer.exe +# path: ./dist/zen.installer.exe +# +# - name: Upload mar +# uses: actions/upload-artifact@v3 +# with: +# name: windows.mar +# path: ./windows.mar +# +# - name: Upload update manifests +# uses: actions/upload-artifact@v3 +# with: +# name: windows_update_manifest +# path: ./dist/update release: name: Release - needs: [build-data, linux, source, mac, windows] + needs: [build-data, linux, source, mac] +# needs: [build-data, linux, source, mac, windows] runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/alpha' }} @@ -456,8 +457,8 @@ jobs: zen.linux.tar.bz2 zen.source.tar.gz zen.macos.dmg - zen.installer.exe - windows.mar +# zen.installer.exe +# windows.mar macos.mar linux.mar @@ -476,7 +477,7 @@ jobs: mkdir -p updates/updates cp -a macos_update_manifest/. updates/updates/ cp -a linux_update_manifest/. updates/updates/ - cp -a windows_update_manifest/. updates/updates/ +# cp -a windows_update_manifest/. updates/updates/ - uses: stefanzweifel/git-auto-commit-action@v4 with: diff --git a/gluon.json b/gluon.json index c25df78df..929a7c338 100644 --- a/gluon.json +++ b/gluon.json @@ -29,7 +29,7 @@ "brandShortName": "Zen Browser", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.0.0-a.4", + "displayVersion": "1.0.0-a.0", "github": { "repo": "zen-browser/desktop" },