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: fix publishing workflows #2926

Merged
merged 13 commits into from
Oct 3, 2023
Merged

chore: fix publishing workflows #2926

merged 13 commits into from
Oct 3, 2023

Conversation

jonybur
Copy link
Contributor

@jonybur jonybur commented Oct 2, 2023

Description

Some publishing workflows are currently broken. This PR fixes them. It bumps the rust-toolchain version to 1.67.0 and makes workflows more similar between each other. Also refactors some bits and installs proper dependencies.

Problem*

Fixes publishing for following packages:

  • abi_wasm
  • acvm-js
  • noir-js
  • noir-wasm
  • source-resolver

Summary*

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@jonybur jonybur linked an issue Oct 2, 2023 that may be closed by this pull request
@jonybur jonybur marked this pull request as ready for review October 2, 2023 05:28
.github/workflows/publish-noir-js.yml Outdated Show resolved Hide resolved
.github/workflows/publish-noir-js.yml Outdated Show resolved Hide resolved
.github/workflows/publish-noir-wasm.yml Outdated Show resolved Hide resolved
.github/workflows/publish-source-resolver.yml Show resolved Hide resolved
@kobyhallx
Copy link
Contributor

Would this workflow not benefit from same build mechanism as used for js tests?

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
@kobyhallx
Copy link
Contributor

I think we should close this item as is (assuming functioning correctly). We would benefit from refactoring set of files into single workflow where we build, cache, test and publish (depending on occasion).

@jonybur jonybur added this pull request to the merge queue Oct 3, 2023
Merged via the queue into master with commit 0764cf4 Oct 3, 2023
26 checks passed
@jonybur jonybur deleted the jb-fix-publishing-workflows branch October 3, 2023 14:45
TomAFrench added a commit that referenced this pull request Oct 3, 2023
* master: (53 commits)
  feat: Nargo test runtime callstacks and assert messages without string matching (#2953)
  chore: Release Noir(0.16.0) (#2908)
  chore: run smart contract verification integration tests inside hardhat (#2957)
  chore: fix publishing workflows (#2926)
  chore: restructure integration tests (#2954)
  fix: Improve error message when multiplying unit values (#2950)
  chore: Perform lazy initialization inside `noir_js` (#2951)
  chore: Make one input public in simple assertion program (#2949)
  chore: use new JS packages in integration tests (#2938)
  fix(println): Enable printing of arrays/strings >2 in fmt strings  (#2947)
  feat(ssa): Multiple slice mergers (#2753)
  fix: fix should_fail_with (#2940)
  feat: Oracle mocker for nargo test (#2928)
  chore: add linting to new packages (#2937)
  feat: Dynamic indexing of non-homogenous slices (#2883)
  chore: Fix barretenberg noir typescript wrapper (#2922)
  chore(ci): Rename Noir.js test job (#2932)
  feat!: Maintain shape of foreign call arguments (#2935)
  chore: add init method to Noir class for web (#2920)
  chore: bump `reqwest` to 0.11.20 (#2931)
  ...
Sakapoi pushed a commit to Sakapoi/noir_fork that referenced this pull request Oct 19, 2023
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix publishing workflows
4 participants