[libcxx-commits] [PATCH] D144575: [libc++][CI] Improves Dockerfile

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 25 05:15:32 PST 2023


Mordante marked an inline comment as done.
Mordante added inline comments.


================
Comment at: libcxx/utils/ci/Dockerfile:67-71
+    # previous release
+    bash /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 2)) && \
+    # latest release
+    bash /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 1)) && \
+    # current ToT
----------------
philnik wrote:
> 
I like to keep the comments for clarity.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144575



More information about the libcxx-commits mailing list