Skip to content

Commit

Permalink
add cleanup and nightly run to CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed Nov 5, 2024
1 parent 3a97fb8 commit 3e228f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build LLVM and LLVM-MCAD inside Docker
on:
push:
#schedule:
# # Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
# - cron: '0 8 * * *'
schedule:
# Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
- cron: '0 8 * * *'

permissions:
contents: read # Default everything to read-only
Expand All @@ -21,6 +21,8 @@ jobs:
path: 'LLVM-MCA-Daemon'
- name: setup and build inside Docker
run: cd LLVM-MCA-Daemon/docker && ./up
with:
post: docker image rm mcad_dev # remove image after we're done to conserve space
#- name: install dependencies
# run: sudo ./docker/setup-deps.sh
#- name: build LLVM
Expand Down

0 comments on commit 3e228f8

Please sign in to comment.