File tree 2 files changed +10
-10
lines changed
actions/build_vgg_resnet_action
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
- name : Untar artifacts
25
25
shell : bash
26
26
run : |
27
- tar -xvzf new_tartan.tar.gz
27
+ tar -xvzf $(pwd)/ new_tartan.tar.gz
28
28
29
29
- name : Set up environment and build networks
30
30
shell : bash
Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ jobs:
52
52
tar -xzf sycl_linux.tar.gz -C linux_nightly_release
53
53
ls
54
54
55
- - name : Build portBLAS
56
- uses : ./.github/actions/build_portBLAS_action
57
- with :
58
- workspace : ${{ github.workspace }}
55
+ # - name: Build portBLAS
56
+ # uses: ./.github/actions/build_portBLAS_action
57
+ # with:
58
+ # workspace: ${{ github.workspace }}
59
59
60
- - name : Build portDNN
61
- uses : ./.github/actions/build_portDNN_action
62
- with :
63
- workspace : ${{ github.workspace }}
60
+ # - name: Build portDNN
61
+ # uses: ./.github/actions/build_portDNN_action
62
+ # with:
63
+ # workspace: ${{ github.workspace }}
64
64
65
65
- name : Package Tartan Artifacts
66
66
run : |
67
- tar -czf new_tartan.tar.gz $(pwd)/build $(pwd)/portDNN_build_dir $(pwd)/portBLAS_build_dir
67
+ tar -czf new_tartan.tar.gz $(pwd)/build # $(pwd)/portDNN_build_dir $(pwd)/portBLAS_build_dir
68
68
69
69
- name : Upload Artifacts
70
70
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments