[libcxx-commits] [libcxx] [libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (PR #76756)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 25 08:34:20 PDT 2024


================
@@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
     echo "Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
     exit 1
 fi
-docker pull ghcr.io/libcxx/actions-builder
-docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/libcxx/actions-builder \
+docker pull ghcr.io/libcxx/actions-builder:testing
+docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --user $(id -u):$(id -g) --cap-add=SYS_PTRACE ghcr.io/libcxx/actions-builder:testing \
----------------
ldionne wrote:

This seems to be a leftover from local testing.

https://github.com/llvm/llvm-project/pull/76756


More information about the libcxx-commits mailing list