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

Chore/add slsa framework #1281

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Chore/add slsa framework #1281

merged 2 commits into from
Jul 17, 2024

Conversation

aquint-zama
Copy link
Contributor

closes: please link all relevant issues

PR content/description

Check-list:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Relevant issues are marked as resolved/closed, related issues are linked in the description
  • Check for breaking changes (including serialization changes) and add them to commit message following the conventional commit specification

@cla-bot cla-bot bot added the cla-signed label Jun 24, 2024
@aquint-zama aquint-zama marked this pull request as draft June 24, 2024 08:56
@aquint-zama aquint-zama force-pushed the chore/add-slsa-framework branch 6 times, most recently from 4748ec8 to 2ebd51d Compare June 24, 2024 12:52
# Conflicts:
#	.github/workflows/make_release.yml
@aquint-zama aquint-zama force-pushed the chore/add-slsa-framework branch from 2ebd51d to ae6020f Compare July 16, 2024 14:21
@aquint-zama aquint-zama marked this pull request as ready for review July 16, 2024 14:21
@aquint-zama aquint-zama force-pushed the chore/add-slsa-framework branch from ae6020f to 513bdba Compare July 16, 2024 14:58
run: cd target/package && echo "hash=$(sha256sum ./*.crate | base64 -w0)" >> "${GITHUB_OUTPUT}"

provenance:
if: ${{ inputs.dry_run == "" }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be

${{ !inputs.dry_run }}

as it's a boolean IIRC

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be checked

@aquint-zama aquint-zama force-pushed the chore/add-slsa-framework branch from 513bdba to 96054b0 Compare July 17, 2024 11:34
Copy link
Member

@IceTDrinker IceTDrinker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small thing otherwise this should be good

@IceTDrinker
Copy link
Member

see https://github.com/zama-ai/tfhe-rs/actions/runs/9973464759/job/27558842192?pr=1281

I think you miss a steps. for the second part of the expression

@IceTDrinker
Copy link
Member

you can run

make lint_workflow

in the repo to check the workflows

@aquint-zama aquint-zama force-pushed the chore/add-slsa-framework branch from 96054b0 to 4425160 Compare July 17, 2024 14:20
@aquint-zama aquint-zama force-pushed the chore/add-slsa-framework branch from 4425160 to 6a4f053 Compare July 17, 2024 14:23
Copy link
Member

@IceTDrinker IceTDrinker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

@IceTDrinker IceTDrinker merged commit eac37a7 into main Jul 17, 2024
50 of 54 checks passed
@IceTDrinker IceTDrinker deleted the chore/add-slsa-framework branch July 17, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants