Skip to content

Commit

Permalink
Generate via GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Feb 2, 2024
1 parent d580a98 commit e0f4cf2
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 945 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/cc-toml-generator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Auto-generate CC Build TOML

on:
push:
branches:
- 'generate/aws-lc-sys*'

jobs:
generate-and-commit:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-12, macos-13-xlarge ]
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: dtolnay/rust-toolchain@stable
- name: Install current Bash on macOS
if: runner.os == 'macOS'
run: brew install bash coreutils
- name: Run Generate Scripts
run: |
./scripts/build/generate_build_toml.sh
- name: Commit and Push Changes
uses: actions-js/push@v1.3
with:
rebase: true
message: "CC Build TOML: ${{ matrix.os }}"
326 changes: 0 additions & 326 deletions aws-lc-sys/builder/cc/aarch64-unknown-linux-gnu.toml

This file was deleted.

Loading

0 comments on commit e0f4cf2

Please sign in to comment.