Skip to content

Commit

Permalink
Merge pull request #3670 from mtzguido/checkfriends
Browse files Browse the repository at this point in the history
check-friends: restoring main repos
  • Loading branch information
mtzguido authored Jan 10, 2025
2 parents ffbbce2 + abc434b commit 19c2d3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
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

0 comments on commit 19c2d3d

Please sign in to comment.