Skip to content

Commit 9653578

Browse files
authored
Merge pull request #342 from gsankara/main
Fix FPGA fw git repo compilation error
2 parents 38afc02 + 68c848c commit 9653578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric_examples/acceptance_testing/Acceptance Tests 6.1.2/fpga_flash_esnet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
"\n",
494494
"commands = list()\n",
495495
"commands.append(f'git clone {tools_docker_repo}')\n",
496-
"commands.append(f'cd esnet-smartnic-fw && git submodule init && git submodule update')\n",
496+
"commands.append(f'cd esnet-smartnic-fw && git checkout c064d4ac775ed1a4c50ec72dea3615f9c644433e && git submodule init && git submodule update')\n",
497497
"\n",
498498
"for command in commands:\n",
499499
" print(f'Executing {command}')\n",

0 commit comments

Comments
 (0)