You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "Xuanwo (via GitHub)" <gi...@apache.org> on 2023/03/19 12:03:24 UTC

[GitHub] [incubator-opendal] Xuanwo opened a new pull request, #1687: infra: Add odev to simplify contributor's setup

Xuanwo opened a new pull request, #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687

   This PR intends to add a PoC of `odev`.
   
   Note: This pull request is only a proof of concept and does not intend to alter any existing workflows. It is not a replacement, but rather an attempt to complement the current workflow.
   
   Via `odev`, users can start working on opendal without complex setup:
   
   ## Make odev accessible
   
   ```shell
   ln -s `pwd`/odev ~/.cargo/bin/odev
   ```
   
   ## Build core
   
   ```shell
   cd core
   odev cargo build
   ```
   
   ## Build Nodejs
   
   ```shell
   cd bindings/nodejs
   odev cargo build
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] PsiACE commented on pull request #1687: infra: Add odev to simplify contributor's setup

Posted by "PsiACE (via GitHub)" <gi...@apache.org>.
PsiACE commented on PR #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687#issuecomment-1475241592

   > (It looks like some problem with the platform support of the image.)
   
   We hope to receive contributions from developers across various platforms to enhance it.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo merged pull request #1687: infra: Add odev to simplify contributor's setup

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo merged PR #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo commented on pull request #1687: infra: Add odev to simplify contributor's setup

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo commented on PR #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687#issuecomment-1475229902

   cc @suyanhanx to take a look.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo commented on pull request #1687: infra: Add odev to simplify contributor's setup

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo commented on PR #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687#issuecomment-1475241855

   > (It looks like some problem with the platform support of the image.)
   
   Yes, the image only has x86_64 platform now. And we should build with aarch in CI in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] suyanhanx commented on pull request #1687: infra: Add odev to simplify contributor's setup

Posted by "suyanhanx (via GitHub)" <gi...@apache.org>.
suyanhanx commented on PR #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687#issuecomment-1475242171

   It has been a good start. LGTM.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] suyanhanx commented on pull request #1687: infra: Add odev to simplify contributor's setup

Posted by "suyanhanx (via GitHub)" <gi...@apache.org>.
suyanhanx commented on PR #1687:
URL: https://github.com/apache/incubator-opendal/pull/1687#issuecomment-1475240532

   This concept looks pretty good.
   Unfortunately, I use `Clion` for my daily development and I was not able to successfully enable it when trying to use the dev container locally just now, so I cannot offer any further comments.
   (It looks like some problem with the platform support of the image.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org