Skip to content

Commit

Permalink
fix scheule issue + bump duckdb + fix dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj authored Feb 12, 2025
1 parent 7825a27 commit c34297b
Show file tree
Hide file tree
Showing 4 changed files with 784 additions and 784 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// "forwardPorts": [],

// Uncomment the next line to run commands after the container is created - for example installing curl.
"postCreateCommand": "chmod 777 /tmp && make build",
"postCreateCommand": "chmod +x utils/setup_env.sh && . utils/setup_env.sh && chmod 777 /tmp && make build",

// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
Expand Down
Loading

0 comments on commit c34297b

Please sign in to comment.