Skip to content

Commit a858e9e

Browse files
committed
ruby-yajl-ruby git deep clone so commit checkout works.
These were all failing to build from source because the shallow clone that git does by default could not find the provided hash. hopefully developer will create a tag as requested brianmario/yajl-ruby#216
1 parent cd67df1 commit a858e9e

3 files changed

+9
-3
lines changed

ruby3.2-yajl-ruby.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: ruby3.2-yajl-ruby
44
version: 1.4.3
5-
epoch: 6
5+
epoch: 7
66
description: ruby C bindings for Yajl library
77
copyright:
88
- license: MIT
@@ -27,6 +27,7 @@ vars:
2727
#
2828
# This commit matches the 1.4.3 release on rubygems.org so it's used to check
2929
# the repository out and build the 1.4.3 version of yajl-ruby
30+
# https://github.com/brianmario/yajl-ruby/issues/216
3031
commit: e8de283a6d64f0902740fd09e858fc3d7d803161
3132

3233
pipeline:
@@ -37,6 +38,7 @@ pipeline:
3738
branch: master
3839
destination: ${{vars.gem}}
3940
repository: https://github.com/brianmario/yajl-ruby
41+
depth: -1
4042

4143
- working-directory: ${{vars.gem}}
4244
pipeline:

ruby3.3-yajl-ruby.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: ruby3.3-yajl-ruby
44
version: 1.4.3
5-
epoch: 0
5+
epoch: 1
66
description: ruby C bindings for Yajl library
77
copyright:
88
- license: MIT
@@ -27,6 +27,7 @@ vars:
2727
#
2828
# This commit matches the 1.4.3 release on rubygems.org so it's used to check
2929
# the repository out and build the 1.4.3 version of yajl-ruby
30+
# https://github.com/brianmario/yajl-ruby/issues/216
3031
commit: e8de283a6d64f0902740fd09e858fc3d7d803161
3132

3233
pipeline:
@@ -37,6 +38,7 @@ pipeline:
3738
branch: master
3839
destination: ${{vars.gem}}
3940
repository: https://github.com/brianmario/yajl-ruby
41+
depth: -1
4042

4143
- working-directory: ${{vars.gem}}
4244
pipeline:

ruby3.4-yajl-ruby.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: ruby3.4-yajl-ruby
44
version: 1.4.3
5-
epoch: 3
5+
epoch: 4
66
description: ruby C bindings for Yajl library
77
copyright:
88
- license: MIT
@@ -27,6 +27,7 @@ vars:
2727
#
2828
# This commit matches the 1.4.3 release on rubygems.org so it's used to check
2929
# the repository out and build the 1.4.3 version of yajl-ruby
30+
# https://github.com/brianmario/yajl-ruby/issues/216
3031
commit: 63760720e58d8cb818d59ae6c4f3d96760cd7854
3132

3233
pipeline:
@@ -37,6 +38,7 @@ pipeline:
3738
branch: master
3839
destination: ${{vars.gem}}
3940
repository: https://github.com/brianmario/yajl-ruby
41+
depth: -1
4042

4143
- working-directory: ${{vars.gem}}
4244
pipeline:

0 commit comments

Comments
 (0)