Skip to content

Commit

Permalink
ICC is deprecated in 2022.1 version. We use icx instead of icc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 29, 2022
1 parent 57d4d3e commit 132d9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-rubyci
Expand Up @@ -153,8 +153,8 @@ when 'amazon'
h[:timeout] = '4h'
h[:output_interval_timeout] = '5min'
when 'icc-x64'
ENV["CC"] = "icc -std=gnu99"
ENV["CXX"] = "icpc -std=gnu++11"
ENV["CC"] = "icx -std=gnu99"
ENV["CXX"] = "icx -std=gnu++11"
h[:output_interval_timeout] = '20min'
when 'centos7'
h[:cppflags] ||= []
Expand Down

0 comments on commit 132d9b9

Please sign in to comment.