diff options
author | 2023-01-28 05:47:22 -0800 | |
---|---|---|
committer | 2023-01-28 05:47:22 -0800 | |
commit | 0646efbf30a5e4f84973c8a1a312eb224407913d (patch) | |
tree | 0897e37aaa3589fbdd66745aa089dc7ed62677bc | |
parent | 517bdbdd0c5d6940c1b6902238b2c7473400d049 (diff) | |
download | bun-0646efbf30a5e4f84973c8a1a312eb224407913d.tar.gz bun-0646efbf30a5e4f84973c8a1a312eb224407913d.tar.zst bun-0646efbf30a5e4f84973c8a1a312eb224407913d.zip |
fix broken build
this breaks the build
@Electroid feel free to re-enable once it works
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 52 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 52 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 52 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 52 |
4 files changed, 104 insertions, 104 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index ead52c9f8..83730da3e 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -162,29 +162,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml index 040223983..b4b9cbcfb 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -393,29 +393,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index de2169c92..5a04735d2 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -397,29 +397,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index 2275c09ad..0a3320f91 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -399,29 +399,29 @@ jobs: with: bun-version: canary github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Sign Release - id: sign-release - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - env: - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts - - name: Release Checksum - id: release-checksum - uses: ncipollo/release-action@v1 - if: | - github.repository_owner == 'oven-sh' - && github.ref == 'refs/heads/main' - with: - prerelease: true - body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" - allowUpdates: true - replacesArtifacts: true - generateReleaseNotes: true - artifactErrorsFailBuild: true - token: ${{ secrets.GITHUB_TOKEN }} - name: "Canary (${{github.sha}})" - tag: "canary" - artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" + # - name: Sign Release + # id: sign-release + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # env: + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + # run: | + # echo "$GPG_PASSPHRASE" | bun run .scripts/sign-release.ts + # - name: Release Checksum + # id: release-checksum + # uses: ncipollo/release-action@v1 + # if: | + # github.repository_owner == 'oven-sh' + # && github.ref == 'refs/heads/main' + # with: + # prerelease: true + # body: "This canary release of Bun corresponds to the commit [${{ github.sha }}]" + # allowUpdates: true + # replacesArtifacts: true + # generateReleaseNotes: true + # artifactErrorsFailBuild: true + # token: ${{ secrets.GITHUB_TOKEN }} + # name: "Canary (${{github.sha}})" + # tag: "canary" + # artifacts: "SHASUMS256.txt,SHASUMS256.txt.asc" |