Skip to content

Commit 7275330

Browse files
committed
Dev Container: Don't use tempfs for target dir
wasm-pack doesn't handle this well
1 parent daafd24 commit 7275330

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
],
1515
"runArgs": [
1616
// Create an in-memory filesystem for auto-generated binaries by test scripts
17-
"--tmpfs", "/docker/memfs:rw,exec,size=2g",
18-
"--tmpfs", "/workspaces/ax/target:rw,exec,size=12g"
17+
"--tmpfs", "/docker/memfs:rw,exec,size=2g"
1918
],
2019
// Use 'postCreateCommand' to run commands after the container is created.
2120
// "postCreateCommand": "rustc --version",

0 commit comments

Comments
 (0)