Skip to content

Commit

Permalink
Dev Container: Don't use tempfs for target dir
Browse files Browse the repository at this point in the history
wasm-pack doesn't handle this well
  • Loading branch information
xarantolus committed Mar 6, 2024
1 parent daafd24 commit 7275330
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
],
"runArgs": [
// Create an in-memory filesystem for auto-generated binaries by test scripts
"--tmpfs", "/docker/memfs:rw,exec,size=2g",
"--tmpfs", "/workspaces/ax/target:rw,exec,size=12g"
"--tmpfs", "/docker/memfs:rw,exec,size=2g"
],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "rustc --version",
Expand Down

0 comments on commit 7275330

Please sign in to comment.