Skip to content

Commit

Permalink
Use icx and icpx
Browse files Browse the repository at this point in the history
icc and icpc are now deprecated
  • Loading branch information
vladbogo authored and fauust committed Oct 23, 2023
1 parent a19267e commit 49079cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-docker-nonstandard/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ c['builders'].append(
nextBuild=nextBuild,
canStartBuild=canStartBuild,
locks=getLocks,
properties={'c_compiler': 'icc', 'cxx_compiler': 'icpc'},
properties={'c_compiler': 'icx', 'cxx_compiler': 'icpx'},
factory=f_quick_build))

c['builders'].append(
Expand Down

0 comments on commit 49079cf

Please sign in to comment.