Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Resolve the MEOS source commit
id: meos
# The MEOS catalog (meos-idl.json) and the libmeos build are derived from one
# upstream MobilityDB commit, recorded once in tools/meos-source-commit.txt. CI
# reads it so the derived catalog and the native library stay in lockstep with
# the pinned surface — bumping the surface is a single edit there, no SHA duplicated.
run: echo "sha=$(tr -d '[:space:]' < tools/meos-source-commit.txt)" >> "$GITHUB_OUTPUT"

- name: Provision MEOS (build libmeos + generate catalog)
id: provision
# Derive the MEOS catalog (meos-idl.json) and the libmeos build from upstream
# MobilityDB master through the shared provision-meos action. Tracking master
# (not a pinned commit) keeps the source, the catalog and the native library the
# binding is generated against all moving together.
uses: MobilityDB/MEOS-API/.github/actions/provision-meos@master
with:
mobilitydb-ref: ${{ steps.meos.outputs.sha }}
mobilitydb-ref: master
build-libmeos: "true"

- name: Regenerate bindings
Expand Down
1 change: 0 additions & 1 deletion tools/meos-source-commit.txt

This file was deleted.

Loading