Skip to content

Commit

Permalink
Updating submodule lock for surf.GtRxAlignCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 authored Jan 9, 2025
1 parent 72c7bf1 commit e4525ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if { [VersionCheck 2019.1 ] < 0 } {
# Check for submodule tagging
if { [info exists ::env(OVERRIDE_SUBMODULE_LOCKS)] != 1 || $::env(OVERRIDE_SUBMODULE_LOCKS) == 0 } {
if { [SubmoduleCheck {ruckus} {2.1.2} ] < 0 } {exit -1}
if { [SubmoduleCheck {surf} {2.8.0} ] < 0 } {exit -1}
if { [SubmoduleCheck {surf} {2.53.0} ] < 0 } {exit -1}
} else {
puts "\n\n*********************************************************"
puts "OVERRIDE_SUBMODULE_LOCKS != 0"
Expand Down

0 comments on commit e4525ef

Please sign in to comment.