Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ruby-3.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby-3.2
version: 3.2.2
epoch: 0
epoch: 1
description: "the Ruby programming language"
copyright:
- license: Ruby
Expand Down Expand Up @@ -39,10 +39,12 @@ pipeline:
- uses: fetch
with:
uri: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-${{package.version}}.tar.gz
expected-sha256: 13d67901660ee3217dbd9dd56059346bd4212ce64a69c306ef52df64935f8dbd
expected-sha256: 96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc

- name: Configure
runs: |
# Our default LDFLAGS cause an issue with ruby. We need to remove '-z, noexecheap' from LDFLAGS
LDFLAGS="$(echo $LDFLAGS | sed 's/,-z,noexecheap//g')"
./configure \
--host=${{host.triplet.gnu}} \
--build=${{host.triplet.gnu}} \
Expand Down