Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby-yajl-ruby git deep clone so commit checkout works. #47459

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion ruby3.2-yajl-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: ruby3.2-yajl-ruby
version: 1.4.3
epoch: 6
epoch: 7
description: ruby C bindings for Yajl library
copyright:
- license: MIT
Expand All @@ -27,6 +27,7 @@ vars:
#
# This commit matches the 1.4.3 release on rubygems.org so it's used to check
# the repository out and build the 1.4.3 version of yajl-ruby
# https://github.com/brianmario/yajl-ruby/issues/216
commit: e8de283a6d64f0902740fd09e858fc3d7d803161

pipeline:
Expand All @@ -37,6 +38,7 @@ pipeline:
branch: master
destination: ${{vars.gem}}
repository: https://github.com/brianmario/yajl-ruby
depth: -1

- working-directory: ${{vars.gem}}
pipeline:
Expand Down
4 changes: 3 additions & 1 deletion ruby3.3-yajl-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: ruby3.3-yajl-ruby
version: 1.4.3
epoch: 0
epoch: 1
description: ruby C bindings for Yajl library
copyright:
- license: MIT
Expand All @@ -27,6 +27,7 @@ vars:
#
# This commit matches the 1.4.3 release on rubygems.org so it's used to check
# the repository out and build the 1.4.3 version of yajl-ruby
# https://github.com/brianmario/yajl-ruby/issues/216
commit: e8de283a6d64f0902740fd09e858fc3d7d803161

pipeline:
Expand All @@ -37,6 +38,7 @@ pipeline:
branch: master
destination: ${{vars.gem}}
repository: https://github.com/brianmario/yajl-ruby
depth: -1

- working-directory: ${{vars.gem}}
pipeline:
Expand Down
4 changes: 3 additions & 1 deletion ruby3.4-yajl-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: ruby3.4-yajl-ruby
version: 1.4.3
epoch: 3
epoch: 4
description: ruby C bindings for Yajl library
copyright:
- license: MIT
Expand All @@ -27,6 +27,7 @@ vars:
#
# This commit matches the 1.4.3 release on rubygems.org so it's used to check
# the repository out and build the 1.4.3 version of yajl-ruby
# https://github.com/brianmario/yajl-ruby/issues/216
commit: 63760720e58d8cb818d59ae6c4f3d96760cd7854

pipeline:
Expand All @@ -37,6 +38,7 @@ pipeline:
branch: master
destination: ${{vars.gem}}
repository: https://github.com/brianmario/yajl-ruby
depth: -1

- working-directory: ${{vars.gem}}
pipeline:
Expand Down
Loading