Skip to content

Commit

Permalink
updating submodules to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Mar 1, 2024
1 parent f11879a commit b5c8db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ if { [VersionCheck 2018.3 ] < 0 } {

# Check for submodule tagging
if { [info exists ::env(OVERRIDE_SUBMODULE_LOCKS)] != 1 || $::env(OVERRIDE_SUBMODULE_LOCKS) == 0 } {
if { [SubmoduleCheck {lcls-timing-core} {3.7.7} "mustBeExact" ] < 0 } {exit -1}
if { [SubmoduleCheck {ruckus} {4.9.0} "mustBeExact" ] < 0 } {exit -1}
if { [SubmoduleCheck {surf} {2.45.4} "mustBeExact" ] < 0 } {exit -1}
if { [SubmoduleCheck {lcls-timing-core} {3.8.0} "mustBeExact" ] < 0 } {exit -1}
if { [SubmoduleCheck {ruckus} {4.10.1} "mustBeExact" ] < 0 } {exit -1}
if { [SubmoduleCheck {surf} {2.47.1} "mustBeExact" ] < 0 } {exit -1}
} else {
puts "\n\n*********************************************************"
puts "OVERRIDE_SUBMODULE_LOCKS != 0"
Expand Down

0 comments on commit b5c8db9

Please sign in to comment.