Skip to content

Commit

Permalink
updating ruckus submodule lock due to cocoTB/GHDL deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 3, 2023
1 parent 7639ef3 commit 2085284
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 @@ -3,7 +3,7 @@ source $::env(RUCKUS_PROC_TCL)

# Check for submodule tagging
if { [info exists ::env(OVERRIDE_SUBMODULE_LOCKS)] != 1 || $::env(OVERRIDE_SUBMODULE_LOCKS) == 0 } {
if { [SubmoduleCheck {ruckus} {4.8.2} ] < 0 } {exit -1}
if { [SubmoduleCheck {ruckus} {4.8.4} ] < 0 } {exit -1}
} else {
puts "\n\n*********************************************************"
puts "OVERRIDE_SUBMODULE_LOCKS != 0"
Expand Down

0 comments on commit 2085284

Please sign in to comment.