Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit af2f258

Browse files
committed
WIP debug
1 parent 84e1a08 commit af2f258

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
outputs:
2020
should_build: ${{ steps.check_commit.outputs.should_build }}
21-
should_build_3_4_asan: ${{ steps.check_commit.outputs.should_build_3_4_asan }}
2221
commit: ${{ steps.latest_commit.outputs.commit }}
2322
commit_3_4_asan: ${{ steps.latest_commit_3_4_asan.outputs.commit }}
2423
previous_release: ${{ steps.check_commit.outputs.previous_release }}
@@ -109,14 +108,6 @@ jobs:
109108
echo "tag=$tag" >> $GITHUB_OUTPUT
110109
- name: Set release description to built hash
111110
run: echo "master: ruby/ruby@${{ needs.prepare.outputs.commit }}" >> release-description.md
112-
- name: Set release description to 3.4-asan built hash
113-
run: echo "3.4-asan: ruby/ruby@${{ needs.prepare.outputs.commit_3_4_asan }}" >> release-description.md
114-
- name: Append note if 3.4-asan build was reused
115-
if: ${{ needs.prepare.outputs.should_build_3_4_asan == 'false' }}
116-
run: echo "Skipped building and reused build from ${{ needs.prepare.outputs.previous_release }} for 3.4-asan ruby" >> release-description.md
117-
- name: Append note if builds were reused
118-
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}
119-
run: echo "Skipped building and reused builds from ${{ needs.prepare.outputs.previous_release }} for debug and asan rubies" >> release-description.md
120111
- name: Create Release
121112
env:
122113
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)