Skip to content

Commit

Permalink
fix[ci]: add build options
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 9, 2023
1 parent 37e8739 commit 5990eba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev.bragefuglseth.Fretboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
],
"build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin",
"prepend-path": "/usr/lib/sdk/llvm16/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm16/lib",
"build-args": [
"--share=network"
],
"env" : {
"RUST_BACKTRACE" : "1",
"RUST_LOG" : "fretboard=debug"
Expand Down

0 comments on commit 5990eba

Please sign in to comment.