Skip to content

Commit 1f92df0

Browse files
committed
CI fixes
1 parent acfd83e commit 1f92df0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci-fusilli-plugin.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ jobs:
5757
- name: checkout fusilli-plugin
5858
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959

60-
- name: build fusilli-plugin
61-
# The docker container mounts the working directory as a volume, so we
62-
# must run from github.workspace to ensure fusilli-plugin can reach into
63-
# ../sharkfuser for its fusilli dependency.
64-
working-directory: ${{ github.workspace }}
60+
- name: Build hipDNN-plugin
6561
run: |
6662
${{ env.FUSILLI_DIR }}/build_tools/docker/exec_docker_ci.sh \
6763
bash -c "cd plugins/hipdnn-plugin && \
@@ -70,7 +66,6 @@ jobs:
7066
cmake --build build --target all"
7167
7268
- name: Test fusilli-plugin
73-
working-directory: ${{ github.workspace }}
7469
run: |
7570
build_tools/docker/exec_docker_ci.sh \
7671
bash -c "cd plugins/hipdnn-plugin && \

0 commit comments

Comments
 (0)