Skip to content

Commit

Permalink
Update graph_tool_script.build in Windows specs to msvc2022
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed Nov 7, 2023
1 parent 3ba8567 commit 20313f1
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 20313f1

Please sign in to comment.