This is an archive of the discontinued LLVM Phabricator instance.

Reduce a builder path for the windows builder to let some libc++ tests pass.
ClosedPublic

Authored by vvereschaka on Jun 18 2020, 1:59 PM.

Details

Reviewers
gkistanova
Summary

Some tests hit a path length limit in 260 characters on Windows system. Reduce a common builder workdir path to let them pass.
As a temporary workaround to make the builder green again.

Diff Detail

Event Timeline

vvereschaka created this revision.Jun 18 2020, 1:59 PM
This revision is now accepted and ready to land.Jun 18 2020, 3:07 PM
vvereschaka closed this revision.Jul 30 2020, 3:31 PM
commit 84a8d8239a92abef139a41730d8a22a74e2bf083
Author: Vladimir Vereschaka <vvereschaka@accesssoftek.com>
Date:   Thu Jun 18 13:50:09 2020 -0700

    Reduce Windows builder path to let some libc++ tests pass.