Skip to content

fix: operator commands - #1184

Merged
uri-99 merged 2 commits into
stagingfrom
1182-fix-make-operator_register_and_start-on-linux
Oct 8, 2024
Merged

fix: operator commands#1184
uri-99 merged 2 commits into
stagingfrom
1182-fix-make-operator_register_and_start-on-linux

Conversation

@MarcosNicolau

@MarcosNicolauMarcosNicolau commented Oct 4, 2024

Copy link
Copy Markdown
Collaborator

Changes
Fixes operator commands on linux.

Test
To test these commands now work, run the following commands on a linux machine:

  • make anvil_start_with_block_time
  • make aggregator_start
  • make build_operator
  • make operator_register_and_start
  • make batcher_start_local
  • make batcher_send_burst_groth16

You should be able to run this without any issues.

Closes#1182

@MarcosNicolau
MarcosNicolau marked this pull request as ready for review October 4, 2024 22:37
@MarcosNicolau
MarcosNicolauforce-pushed the 1182-fix-make-operator_register_and_start-on-linux branch from c407365 to 29741f0CompareOctober 4, 2024 23:07
@MarcosNicolauMarcosNicolau self-assigned this Oct 4, 2024
@MarcosNicolau
MarcosNicolauforce-pushed the 1182-fix-make-operator_register_and_start-on-linux branch from 856c657 to 5153d58CompareOctober 5, 2024 18:15
Comment threadMakefile
@MarcosNicolauMarcosNicolau linked an issue Oct 8, 2024 that may be closed by this pull request

@OppenOppen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

As discussed offline, the issue with using #!/bin/bash would be the same for MacOS as with using SHELL := /bin/bash, so we'll keep the latter.

@uri-99
uri-99 merged commit a6f2fc0 into stagingOct 8, 2024
@uri-99
uri-99 deleted the 1182-fix-make-operator_register_and_start-on-linux branch October 8, 2024 19:21
Sign up for freeto 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: make operator_register_and_start on Linux

3 participants

@MarcosNicolau@Oppen@uri-99