Skip to content
Snippets Groups Projects
Unverified Commit 7f086af0 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Ruby: add warning about Avira antivirus (#16882)

parent d5ffec1b
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ class Ruby(AutotoolsPackage):
depends_on('openssl', when='+openssl')
depends_on('readline', when='+readline')
# Known build issues when Avira antivirus software is running:
# https://github.com/rvm/rvm/issues/4313#issuecomment-374020379
# TODO: add check for this and warn user
# gcc-7-based build requires patches (cf. https://bugs.ruby-lang.org/issues/13150)
patch('ruby_23_gcc7.patch', level=0, when='@2.2.0:2.2.999 %gcc@7:')
patch('ruby_23_gcc7.patch', level=0, when='@2.3.0:2.3.4 %gcc@7:')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment