-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ARCHIVED] Add CI/CD pipelines for pushed tags #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syjn99
requested review from
sb-anderson,
gts2030 and
gazzua
as code owners
September 11, 2024 10:26
syjn99
pushed a commit
that referenced
this pull request
Sep 24, 2024
* Remove unsafe proposer indices cache * Simplify FCU #1 This PR starts the process of gradually simplifying FCU It removes the responsibility of getting the state and block from this function and informing if head has changed. It is only called when the imported block has actually become head. * Add a call to FCU in edge cases
syjn99
pushed a commit
that referenced
this pull request
Sep 24, 2024
* imported superblock-dev/kairos * github action added * github token setting * kairos dependency setting done & dolphin/under config added * fixed build problem for tools and changed linter setting * added deneb fork version to dolphin to pass fuzz test * added deneb fork version to dolphin to pass fuzz test2 * fixed param tests * fixed validator/accounts test * removed prysm web UI * update linter action * update linter config
syjn99
pushed a commit
that referenced
this pull request
Sep 24, 2024
* imported superblock-dev/kairos * github action added * github token setting * kairos dependency setting done & dolphin/under config added * fixed build problem for tools and changed linter setting * added deneb fork version to dolphin to pass fuzz test * added deneb fork version to dolphin to pass fuzz test2 * fixed param tests * fixed validator/accounts test * removed prysm web UI * update linter action * update linter config * Add bailout at beacon state * Add bailout to block types * Add bailout config * Add bailout logic * Update/build settings (#1) * imported superblock-dev/kairos * github action added * github token setting * kairos dependency setting done & dolphin/under config added * fixed build problem for tools and changed linter setting * added deneb fork version to dolphin to pass fuzz test * added deneb fork version to dolphin to pass fuzz test2 * fixed param tests * fixed validator/accounts test * removed prysm web UI * update linter action * update linter config * Add bailout logic * Fix error * Add bailout to api struct * Add bailout rpc * Fix lint * Add bailout to blindblock * Fix test * Fix build error * Fix test and error * Add bailout to experimental state * Fix sharedFieldRefCount * Fix test * Fix FieldRefCount * Apply anderson's comments Co-authored-by: Anderson <[email protected]> * Apply jay's comments * Apply jays comments --------- Co-authored-by: Jay <[email protected]> Co-authored-by: Jay <[email protected]> Co-authored-by: Anderson <[email protected]>
syjn99
changed the title
Add CI/CD pipelines for pushed tags
[ARCHIVED] Add CI/CD pipelines for pushed tags
Sep 24, 2024
Duplicate of #7, Closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dockerfile
inside cross-toolchains for cross-compiletag-build.yml
, which will do following:go build
tag_name
is equal tostable
, upload those artifacts as latest.