Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a scheduled build for libc++ #73848

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Add a scheduled build for libc++ #73848

merged 1 commit into from
Nov 29, 2023

Conversation

EricWF
Copy link
Member

@EricWF EricWF commented Nov 29, 2023

We had a scheduled build on buildkite, we probably want something testing head here as well.
[skip ci]

@llvmbot
Copy link
Collaborator

llvmbot commented Nov 29, 2023

@llvm/pr-subscribers-github-workflow

Author: Eric (EricWF)

Changes

We had a scheduled build on buildkite, we probably want something testing head here as well.


Full diff: https://github.com/llvm/llvm-project/pull/73848.diff

1 Files Affected:

  • (modified) .github/workflows/libcxx-build-and-test.yaml (+3)
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index dccfe54d4646767..c2419579e3692c5 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -22,6 +22,9 @@ on:
       - 'runtimes/**'
       - 'cmake/**'
       - '.github/workflows/libcxx-build-and-test.yaml'
+  schedule:
+    # Run nightly at 8 AM UTC (or roughly 3 AM eastern)
+    - cron: '0 3 * * *'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

@EricWF EricWF merged commit 0737be3 into llvm:main Nov 29, 2023
3 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants