aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-28 05:47:22 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-28 05:47:22 -0800
commit0646efbf30a5e4f84973c8a1a312eb224407913d (patch)
tree0897e37aaa3589fbdd66745aa089dc7ed62677bc
parent517bdbdd0c5d6940c1b6902238b2c7473400d049 (diff)
downloadbun-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.yml52
-rw-r--r--.github/workflows/bun-mac-aarch64.yml52
-rw-r--r--.github/workflows/bun-mac-x64-baseline.yml52
-rw-r--r--.github/workflows/bun-mac-x64.yml52
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"