Skip to content

Commit

Permalink
[libc] Temporarily make the release builder a passthrough.
Browse files Browse the repository at this point in the history
The release builder is getting stuck on a bad old revision. This change
makes it a passthrough bot. Once the builder gets up-to-date, we will
enable the steps back.
  • Loading branch information
Siva Chandra Reddy committed Jun 8, 2022
1 parent a0f6997 commit d94f377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zorg/buildbot/builders/annotated/libc-linux.py
Expand Up @@ -24,6 +24,10 @@ def main(argv):
help='Build in debug mode.')
args, _ = ap.parse_known_args()

# TODO: Remove this once the release builder is up-to-date.
if not args.debug:
return

source_dir = os.path.join('..', 'llvm-project')
builder_name = os.environ.get('BUILDBOT_BUILDERNAME')
fullbuild = is_fullbuild_builder(builder_name)
Expand Down

0 comments on commit d94f377

Please sign in to comment.