File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,17 @@ jobs:
4949 steps :
5050 - uses : actions/checkout@v3
5151 - name : Pull docker p4c image
52- run : make docker-pull- dash-p4c
52+ run : make docker-dash-p4c
5353 - name : Build P4 software switch (bmv2) and P4Info
5454 run : DOCKER_FLAGS=$docker_fg_flags make p4
5555 - name : Install SAI submodule
5656 run : git submodule update --init
5757 - name : Pull docker saithrift-bldr image
58- run : make docker-pull- saithrift-bldr
58+ run : make docker-saithrift-bldr
5959 - name : Generate SAI API
6060 run : DOCKER_FLAGS=$docker_fg_flags make sai
6161 - name : Pull docker bmv2-bldr image
62- run : make docker-pull- bmv2-bldr
62+ run : make docker-bmv2-bldr
6363 - name : Build libsai c++ tests
6464 run : DOCKER_FLAGS=$docker_fg_flags make test
6565 - name : Prepare network
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v3
3636 - name : Pull docker p4c image
37- run : make docker-pull- dash-p4c
37+ run : make docker-dash-p4c
3838 - name : Build P4 software switch (bmv2) and P4Info
3939 run : DOCKER_FLAGS=$docker_fg_flags make p4
4040 - name : Install SAI submodule
Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@v3
3939 - name : Pull docker p4c image
40- run : make docker-pull- dash-p4c
40+ run : make docker-dash-p4c
4141 - name : Build P4 software switch (bmv2) and P4Info
4242 run : DOCKER_FLAGS=$docker_fg_flags make p4
4343 - name : Install SAI submodule
Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/checkout@v3
3434 - name : Pull docker p4c image
35- run : make docker-pull- dash-p4c
35+ run : make docker-dash-p4c
3636 - name : Build P4 software switch (bmv2) and P4Info
3737 run : DOCKER_FLAGS=$docker_fg_flags make p4
3838 - name : Install SAI submodule
You can’t perform that action at this time.
0 commit comments