[libcxx-commits] [PATCH] D155271: [libc++][Android] Add Android support to CI Docker image

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 22 09:58:50 PDT 2023


Mordante added subscribers: ldionne, Mordante.
Mordante added a reviewer: ldionne.
Mordante added a comment.

I would like @ldionne to have a look too since this changes a bit of the Buildkite infrastructure.



================
Comment at: libcxx/utils/ci/run-buildbot-container:24
 
+SKIP_PULL=0
+while [[ ${#} -gt 0 ]]; do
----------------
Why do we need this change?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155271/new/

https://reviews.llvm.org/D155271



More information about the libcxx-commits mailing list