yongwww commented on PR #16366: URL: https://github.com/apache/tvm/pull/16366#issuecomment-1906613090
The s3 authentication happens during the `sccache --start_server` for sccache 0.7.x, the ci build will fail with this upgrade, test to produce the ci issue with images (sccache 0.7+): `docker/bash.sh --env CI --env PLATFORM --env TVM_SHARD_INDEX --env TVM_NUM_SHARDS --env RUN_DISPLAY_URL --env PLATFORM --env SKIP_SLOW_TESTS --env TEST_STEP_NAME --env NVIDIA_DISABLE_REQUIRE=true --env CI_NUM_EXECUTORS tlcpackstaging/ci_cpu:20240111-070205-0b2358c2e ./tests/scripts/task_build.py --sccache-bucket tvm-sccache-prod --build-dir build` Looks we will have to provide `SCCACHE_BUCKET`, `SCCACHE_REGION`, and aws credential `AWS_PROFILE` (or `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`) based on the [sccache s3 doc](https://github.com/mozilla/sccache/blob/main/docs/S3.md). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
