This is an archive of the discontinued LLVM Phabricator instance.

tsan: fix string comparison in Go build script
ClosedPublic

Authored by dvyukov on May 17 2023, 1:25 AM.

Details

Summary

Some bots failed with:

buildgo.sh: 173: [: linux: unexpected operator
Unknown platform

https://lab.llvm.org/buildbot/#/builders/247/builds/4603

Diff Detail

Event Timeline

dvyukov created this revision.May 17 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 1:25 AM
Herald added a subscriber: Enna1. · View Herald Transcript
dvyukov requested review of this revision.May 17 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 1:25 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dyung accepted this revision.May 17 2023, 1:35 AM

lgtm, and thanks for fixing it.

This revision is now accepted and ready to land.May 17 2023, 1:35 AM
This revision was landed with ongoing or failed builds.May 17 2023, 1:36 AM
This revision was automatically updated to reflect the committed changes.