Skip to content

Commit 5edb956

Browse files
committedMar 19, 2024
Ruby 2.7.8 that ignores new Clang 16 warnings
1 parent 338a217 commit 5edb956

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎2.7.8

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export RUBY_CFLAGS="-O3 -march=native -Wno-error=implicit-function-declaration -Wno-error=incompatible-function-pointer-types"
2+
3+
package_option ruby configure --with-out-ext=tcl --with-out-ext=tk --disable-install-doc
4+
5+
install_package "openssl-1.1.1w" "https://www.openssl.org/source/openssl-1.1.1w.tar.gz#cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8" openssl
6+
install_package "ruby-2.7.8" "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.8.tar.gz#c2dab63cbc8f2a05526108ad419efa63a67ed4074dbbcf9fc2b1ca664cb45ba0" enable_shared standard

0 commit comments

Comments
 (0)
Please sign in to comment.