Skip to content

Add a periodic job for building and test musl #1

Add a periodic job for building and test musl

Add a periodic job for building and test musl #1

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Nightly
on:
workflow_dispatch:
## TEMP added to make sure this runs
pull_request:
branches: [main]
jobs:
musl:

Check failure on line 12 in .github/workflows/RustNightly.yml

View workflow run for this annotation

GitHub Actions / Nightly

Invalid workflow file

The workflow is not valid. .github/workflows/RustNightly.yml (Line: 12, Col: 3): Error calling workflow 'hyperlight-dev/hyperlight/.github/workflows/dep_rust.yml@e5f306d3e3d27bc653c1f58255d8f0212da74c06'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
strategy:
fail-fast: true
matrix:
hypervisor: [kvm, mshv, mshv3]
cpu: [amd, intel]
config: [debug, release]
uses: ./.github/workflows/dep_rust.yml
secrets: inherit
with:
hypervisor: ${{ matrix.hypervisor }}
cpu: ${{ matrix.cpu }}
config: ${{ matrix.config }}
target_triple: x86_64-unknown-linux-musl
# TODO: using notification script