mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 21:42:01 +00:00
Add sgx build to CI
This commit is contained in:
parent
bee614a305
commit
511d368990
22
.github/workflows/test.yml
vendored
22
.github/workflows/test.yml
vendored
@ -86,6 +86,28 @@ jobs:
|
|||||||
run: cargo build --target thumbv6m-none-eabi --color=always
|
run: cargo build --target thumbv6m-none-eabi --color=always
|
||||||
working-directory: ./ci/core-test
|
working-directory: ./ci/core-test
|
||||||
|
|
||||||
|
intel_sgx:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install rust with fortanix sgx toolchain
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: nightly
|
||||||
|
target: x86_64-fortanix-unknown-sgx
|
||||||
|
override: true
|
||||||
|
- uses: Swatinem/rust-cache@v1
|
||||||
|
|
||||||
|
- name: Build sgx lib
|
||||||
|
run: cargo build --target x86_64-fortanix-unknown-sgx --color=always
|
||||||
|
working-directory: ./ci/core-test
|
||||||
|
|
||||||
wasm:
|
wasm:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user