Skip to content

Commit

Permalink
Use config instead of workspace (#2)
Browse files Browse the repository at this point in the history
* Move profile options to .cargo/config.toml
  • Loading branch information
hegza authored Mar 20, 2024
1 parent 32d8b12 commit 8fb3d1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dla-debug
path: ./examples/target/riscv64imac-unknown-none-elf/debug/examples/dla
path: ./examples/hpc/hello-dla/target/riscv64imac-unknown-none-elf/debug/examples/dla
if-no-files-found: error
retention-days: 14

Expand Down
2 changes: 2 additions & 0 deletions examples/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[profile.release]
debug = true
11 changes: 0 additions & 11 deletions examples/Cargo.toml

This file was deleted.

0 comments on commit 8fb3d1c

Please sign in to comment.