This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add Unstable ABI CI run
ClosedPublic

Authored by philnik on Feb 1 2022, 12:23 PM.

Details

Reviewers
ldionne
Quuxplusone
Mordante
Group Reviewers
Restricted Project
Commits
rG5488021f3ed9: [libc++] Add Unstable ABI CI run

Diff Detail

Event Timeline

philnik created this revision.Feb 1 2022, 12:23 PM
philnik requested review of this revision.Feb 1 2022, 12:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2022, 12:23 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision as: Mordante.Feb 2 2022, 9:10 AM
Mordante added a subscriber: Mordante.

LGTM after using the proper config.

libcxx/utils/ci/run-buildbot
395

This should use the default config. (Also properly format after the change.)

philnik updated this revision to Diff 405383.Feb 2 2022, 12:10 PM
philnik marked an inline comment as done.
  • Use default config
ldionne added inline comments.Feb 4 2022, 2:02 PM
libcxx/utils/ci/run-buildbot
397

Can you please create a CMake cache file like we do for the other jobs?

philnik updated this revision to Diff 406103.Feb 4 2022, 2:07 PM
philnik marked an inline comment as done.
  • Add cmake cache file
ldionne accepted this revision.Feb 4 2022, 2:09 PM

LGTM if CI is happy!

This revision is now accepted and ready to land.Feb 4 2022, 2:09 PM
philnik updated this revision to Diff 406168.Feb 5 2022, 3:00 AM
  • Fix CI
philnik updated this revision to Diff 406176.Feb 5 2022, 5:11 AM
  • Fix CI
This revision was automatically updated to reflect the committed changes.