You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/26 08:34:32 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #2933: Cleanup CI

tustvold commented on code in PR #2933:
URL: https://github.com/apache/arrow-rs/pull/2933#discussion_r1005316556


##########
.github/workflows/object_store.yml:
##########
@@ -68,12 +67,6 @@ jobs:
     name: Emulator Tests
     runs-on: ubuntu-latest
     env:
-      # Disable full debug symbol generation to speed up CI build and keep memory down
-      # "1" means line tables only, which is useful for panic tracebacks.
-      RUSTFLAGS: "-C debuginfo=1"
-      # https://github.com/rust-lang/cargo/issues/10280
-      CARGO_NET_GIT_FETCH_WITH_CLI: "true"

Review Comment:
   This is a workaround for CircleCI that survived the import from to arrow-rs and can be removed



-- 
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: github-unsubscribe@arrow.apache.org

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