[all-commits] [llvm/llvm-project] 67285f: [libcxx] [ci] Simplify the mingw x86_64 configs (#...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Sun Jun 16 13:22:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67285feffd6708e6db36c11faf95eeab449e797a
https://github.com/llvm/llvm-project/commit/67285feffd6708e6db36c11faf95eeab449e797a
Author: Martin Storsjö <martin at martin.st>
Date: 2024-06-16 (Sun, 16 Jun 2024)
Changed paths:
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libcxx] [ci] Simplify the mingw x86_64 configs (#95609)
Since switching the Windows CI environment over to GitHub Actions
runners, the mingw tests run in a setup where the default compiler
binary is a mingw-targeting compiler, so we don't need to specify a
custom executable name.
For the i686 tests, we still specify a custom compiler name, in order to
target i686 instead of x86_64.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list