Skip to content

Commit

Permalink
try an env var instead
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Dec 5, 2023
1 parent 497bd54 commit 5a98f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- uses: uraimo/[email protected]
name: Run commands
id: runcmd
env:
DEVICE_CGROUP_RULES: "'c 261:* rmw'"
with:
distro: none
base_image: ghcr.io/xilinx/mlir-aie/xilinx:latest
Expand All @@ -53,7 +55,7 @@ jobs:
-v /usr/lib/firmware/amdaie/1502:/usr/lib/firmware/amdaie/1502
-v /opt/xilinx:/opt/xilinx
-v /dev:/dev
"--device-cgroup-rule=\"c 261:* rmw\""
--device-cgroup-rule $DEVICE_CGROUP_RULES
run: |
cp -a $PWD /mlir-aie
Expand Down

0 comments on commit 5a98f11

Please sign in to comment.