diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 2a0b79b..1596b1d 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -155,38 +155,35 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: ./check_tags.sh - if: env.SHOULD_DEPLOY == 'yes' - name: Download vscode artifact uses: actions/download-artifact@v3 with: name: vscode.tar.gz - if: env.SHOULD_BUILD == 'yes' - name: Build env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} npm_config_arch: ${{ matrix.npm_arch }} run: ./package_linux_bin.sh - if: env.SHOULD_BUILD == 'yes' - name: Prepare assets run: ./prepare_assets.sh - if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true') + if: env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true' - name: Release env: GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }} GITHUB_USERNAME: ${{ github.repository_owner }} run: ./release.sh - if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes' + if: env.SHOULD_DEPLOY == 'yes' - name: Update versions repo env: GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }} GITHUB_USERNAME: ${{ github.repository_owner }} run: ./update_version.sh - if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes' + if: env.SHOULD_DEPLOY == 'yes' - name: Upload assets uses: actions/upload-artifact@v3 @@ -194,7 +191,7 @@ jobs: name: bin-${{ matrix.vscode_arch }} path: assets/ retention-days: 3 - if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' + if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' reh: needs: @@ -228,13 +225,11 @@ jobs: - name: Install GH run: ./install_gh.sh - if: env.SHOULD_DEPLOY == 'yes' - name: Check existing VSCodium tags/releases env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: ./check_tags.sh - if: env.SHOULD_DEPLOY == 'yes' - name: Download vscode artifact uses: actions/download-artifact@v3 @@ -254,7 +249,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }} GITHUB_USERNAME: ${{ github.repository_owner }} run: ./release.sh - if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes' + if: env.SHOULD_DEPLOY == 'yes' - name: Upload assets uses: actions/upload-artifact@v3 @@ -262,7 +257,7 @@ jobs: name: reh-${{ matrix.vscode_arch }} path: assets/ retention-days: 3 - if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' + if: env.SHOULD_DEPLOY == 'no' && github.event.inputs.generate_assets == 'true' aur: needs: diff --git a/package_linux_bin.sh b/package_linux_bin.sh index 167a2fb..4c82ece 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -26,8 +26,6 @@ done ./build/azure-pipelines/linux/install.sh -EXPECTED_GLIBC_VERSION="2.17" EXPECTED_GLIBCXX_VERSION="3.4.22" ./build/azure-pipelines/linux/verify-glibc-requirements.sh - node build/azure-pipelines/distro/mixin-npm yarn gulp "vscode-linux-${VSCODE_ARCH}-min-ci"