Skip to content

Commit

Permalink
Merge pull request #18414 from pshipton/vs2022a
Browse files Browse the repository at this point in the history
Update graph_tool_script.build in Windows specs to msvc2022
  • Loading branch information
keithc-ca committed Nov 7, 2023
2 parents 3ba8567 + 20313f1 commit 70f5655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildspecs/win_x86-64.spec
Expand Up @@ -70,7 +70,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<property name="graph_req.os.perf" value="{$spec.property.graph_req.os$}"/>
<property name="graph_se_classlib.java5" value="jcl_se.zip"/>
<property name="graph_se_classlib.java6" value="jcl_se.zip"/>
<property name="graph_tool_script.build" value="msvc140_amd64"/>
<property name="graph_tool_script.build" value="msvc2022_amd64"/>
<property name="graph_tool_script.test" value="msvc100_amd64"/>
<property name="graph_variant.testing_suffix" value=""/>
<property name="graph_variant.trailingID" value=""/>
Expand Down
2 changes: 1 addition & 1 deletion buildspecs/win_x86-64_cmprssptrs.spec
Expand Up @@ -69,7 +69,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<property name="graph_req.os.perf" value="{$spec.property.graph_req.os$}"/>
<property name="graph_se_classlib.java5" value="jcl_se.zip"/>
<property name="graph_se_classlib.java6" value="jcl_se.zip"/>
<property name="graph_tool_script.build" value="msvc140_amd64"/>
<property name="graph_tool_script.build" value="msvc2022_amd64"/>
<property name="graph_tool_script.test" value="msvc100_amd64"/>
<property name="graph_variant.testing_suffix" value=""/>
<property name="graph_variant.trailingID" value=""/>
Expand Down
2 changes: 1 addition & 1 deletion buildspecs/win_x86.spec
Expand Up @@ -70,7 +70,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<property name="graph_req.os.perf" value="{$spec.property.graph_req.os$}"/>
<property name="graph_se_classlib.java5" value="jcl_se.zip"/>
<property name="graph_se_classlib.java6" value="jcl_se.zip"/>
<property name="graph_tool_script.build" value="msvc140"/>
<property name="graph_tool_script.build" value="msvc2022"/>
<property name="graph_tool_script.test" value="msvc100"/>
<property name="graph_variant.testing_suffix" value=""/>
<property name="graph_variant.trailingID" value=""/>
Expand Down

0 comments on commit 70f5655

Please sign in to comment.