Skip to content

Commit

Permalink
c backend rewrite aes gcm 32bit, add to runner builds
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Jan 3, 2025
1 parent 69f0615 commit 4b6146a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ctests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,21 @@ jobs:
run: sudo apt-get update && sudo apt-get -y install make gcc
- name: Build
run: make -Clotordb/src

build-rewrite-2004:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install make gcc
- name: Build
run: make -Clotordb/src/rewrite/lotordb/src

build-rewrite-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install make gcc
- name: Build
run: make -Clotordb/src/rewrite/lotordb/src

0 comments on commit 4b6146a

Please sign in to comment.