This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 43be63ce0 Add just and uv to devcontainer (#6990)
43be63ce0 is described below

commit 43be63ce0b3c0df1f6175181ebd2dc445d64e99f
Author: Chris Barnes <[email protected]>
AuthorDate: Fri Dec 12 10:10:01 2025 +0000

    Add just and uv to devcontainer (#6990)
---
 .devcontainer/post_create.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.devcontainer/post_create.sh b/.devcontainer/post_create.sh
index 987da1a8c..416aad780 100644
--- a/.devcontainer/post_create.sh
+++ b/.devcontainer/post_create.sh
@@ -72,3 +72,9 @@ sudo apt install -y ninja-build
 
 # Setup for D binding
 sudo apt install -y dmd dub
+
+# Setup just for development tasks
+cargo install just
+
+# Setup uv for python project management
+curl -LsSf https://astral.sh/uv/install.sh | sh

Reply via email to