[all-commits] [llvm/llvm-project] f271df: [clang][ci] Improves buildkite artifacts.

Mark de Wever via All-commits all-commits at lists.llvm.org
Fri May 12 08:45:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f271df0e790302023c3602a4e8638e5a20ea8513
      https://github.com/llvm/llvm-project/commit/f271df0e790302023c3602a4e8638e5a20ea8513
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M libcxx/utils/ci/buildkite-pipeline-clang.yml

  Log Message:
  -----------
  [clang][ci] Improves buildkite artifacts.

The financial cost of the network I/O for the Clang install artifacts is
quite significant. afd3478f37c8 improved this by creating tarballs. This
commit improves the tarball by using xz compression instead of gzip. This
option is the slowest, but gives the smallest size.

      size  time           time
            (compression)  (decompression)
gzip  51 M  7  s           1.2 s
bz2   44 M  17 s           5.8 s
xz    33 M  76 s           3.1 s

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D150062


  Commit: fd556368a1a85eda27c2490331646b2913f16527
      https://github.com/llvm/llvm-project/commit/fd556368a1a85eda27c2490331646b2913f16527
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M clang/test/Preprocessor/init.c

  Log Message:
  -----------
  [clang] Restores some -std=c++2b tests.

These tests should have added -std=c++23 instead of replacing -std=c++2b
in D149553.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D150063


Compare: https://github.com/llvm/llvm-project/compare/c06a61f78eeb...fd556368a1a8


More information about the All-commits mailing list