Skip to content

feat(compiler): Compile aqua compiler to native library [fixes LNG-126] #3202

feat(compiler): Compile aqua compiler to native library [fixes LNG-126]

feat(compiler): Compile aqua compiler to native library [fixes LNG-126] #3202

Workflow file for this run

name: "e2e"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/snapshot.yml"
types:
- "labeled"
- "synchronize"
- "opened"
- "reopened"
push:
branches:
- "main"
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/snapshot.yml"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
aqua:
name: "aqua"
if: >
github.event_name == 'push' ||
contains(github.event.pull_request.labels.*.name, 'e2e')
uses: ./.github/workflows/snapshot.yml
with:
ref: ${{ github.ref }}
fcli-snapshot:
name: "fcli"
needs: aqua
uses: fluencelabs/cli/.github/workflows/snapshot.yml@main
with:
aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}"
fcli:
needs: aqua
uses: fluencelabs/cli/.github/workflows/tests.yml@main
with:
aqua-snapshots: "${{ needs.aqua.outputs.aqua-snapshots }}"
# registry:
# needs:
# - fcli-snapshot
# uses: fluencelabs/registry/.github/workflows/tests.yml@main