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 committed Oct 23, 2023
1 parent 4d63edc commit 59a70e6
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 59a70e6

Please sign in to comment.