diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -318,9 +318,7 @@ limit: 2 - label: "Windows" - # TODO: The CI runner doesn't have bash in the path currently. Once it - # has that, remove the absolute path and just call 'bash' here. - command: "\"\\Program Files\\Git\\usr\\bin\\bash\" libcxx/utils/ci/run-buildbot generic-win" + command: "bash libcxx/utils/ci/run-buildbot generic-win" artifact_paths: - "**/test-results.xml" agents: diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot --- a/libcxx/utils/ci/run-buildbot +++ b/libcxx/utils/ci/run-buildbot @@ -475,10 +475,6 @@ ;; generic-win) clean - # TODO: The CI runner doesn't have bash in the path currently, and it's - # needed for running tests. Once it's available out of the box, remove this. - export PATH="$PATH:/c/Program Files/Git/usr/bin" - # TODO: Clang-cl in MSVC configurations don't have access to compiler_rt # builtins helpers for int128 division. See # https://reviews.llvm.org/D91139#2429595 for a comment about longterm