Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check-friends: restoring main repos #3670

Merged
merged 1 commit into from
Jan 10, 2025
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
23 changes: 8 additions & 15 deletions .github/workflows/check-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
uses: actions/checkout@master
with:
path: karamel/
repository: mtzguido/karamel
ref: dev
repository: FStarLang/karamel

- name: Build krml
run: make -C karamel -skj$(nproc)
Expand Down Expand Up @@ -95,8 +94,7 @@ jobs:
uses: actions/checkout@master
with:
path: steel/
repository: mtzguido/steel
ref: dev
repository: FStarLang/steel

- name: Build
run: make -C steel -skj$(nproc)
Expand Down Expand Up @@ -148,8 +146,7 @@ jobs:
uses: actions/checkout@master
with:
path: pulse/
repository: mtzguido/pulse
ref: dev
repository: FStarLang/pulse

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -226,8 +223,7 @@ jobs:
uses: actions/checkout@master
with:
path: hacl-star/
repository: mtzguido/hacl-star
ref: dev
repository: hacl-star/hacl-star

# Patch HACL* for new lib
- run: sed -i 's/^\(OCAMLSHARED.*\)fstar\.lib/\1fstar.pluginlib/' hacl-star/Makefile.common
Expand Down Expand Up @@ -308,8 +304,7 @@ jobs:
uses: actions/checkout@master
with:
path: everparse/
repository: mtzguido/everparse
ref: dev
repository: project-everest/everparse

- name: Build
run: |
Expand Down Expand Up @@ -382,8 +377,7 @@ jobs:
uses: actions/checkout@master
with:
path: merkle-tree/
repository: mtzguido/merkle-tree
ref: dev
repository: hacl-star/merkle-tree

- name: Build
run: |
Expand Down Expand Up @@ -464,8 +458,7 @@ jobs:
uses: actions/checkout@master
with:
path: mitls-fstar/
repository: mtzguido/mitls-fstar
ref: dev
repository: project-everest/mitls-fstar

- name: Build
run: make -C mitls-fstar/src/tls -skj$(nproc)
Expand Down Expand Up @@ -554,7 +547,7 @@ jobs:
with:
path: everparse/
ref: taramana_cbor
repository: mtzguido/everparse
repository: project-everest/everparse

- name: Build
run: |
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/check-nix-friends.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check F* friends (Nix)

# This workflow must be called ONLY after a run of nix.yml
# This workflow should be called ONLY after a run of nix.yml so the F*
# build for the current sha has is already present in the Nix cache.
on:
workflow_call:

Expand All @@ -17,8 +18,7 @@ jobs:

- uses: actions/checkout@master
with:
repository: mtzguido/comparse
ref: dev
repository: TWal/comparse

- name: Update fstar flake and check
run: |
Expand All @@ -33,8 +33,7 @@ jobs:

- uses: actions/checkout@master
with:
repository: mtzguido/dolev-yao-star-extrinsic
ref: dev
repository: REPROSEC/dolev-yao-star-extrinsic

- name: Update fstar flake and check
run: |
Expand All @@ -49,8 +48,7 @@ jobs:

- uses: actions/checkout@master
with:
repository: mtzguido/mls-star
ref: dev
repository: Inria-Prosecco/mls-star

- name: Update fstar flake and check
run: |
Expand Down
Loading