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

CRIB-359: ignoring problematic git tag breaking CRIB CCIP builds #1463

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

rafaelfelix
Copy link
Contributor

@rafaelfelix rafaelfelix commented Sep 24, 2024

Motivation

Fix the following error when building CCIP for CRIB:

build:app   • parsing tag
build:app   ⨯ release failed after 0s                          error=failed to parse tag 'contracts-ccip/v1.5.0-beta.0' as semver: Invalid Semantic Version

Solution

Even though the best would be to ignore it based on the prefix contracts-ccip, that requires goreleaser-pro
which is not currently available in the nix shell. We should add it in the long run, but this issue needs an immediate fix for now.

Fix the following error when building CCIP for CRIB:

```
build:app   • parsing tag
build:app   ⨯ release failed after 0s                          error=failed to parse tag 'contracts-ccip/v1.5.0-beta.0' as semver: Invalid Semantic Version
```

Even though the best would be to ignore it based on the prefix `contracts-ccip`, that requires goreleaser-pro
which is not currently available in the nix shell. We should add it in the long run, but this issue needs an immediate fix for now.
@rafaelfelix rafaelfelix force-pushed the crib-ignore-contracts-ccip-tag-prefix branch from f5a1ea5 to cb46eaf Compare September 24, 2024 16:06
@rafaelfelix rafaelfelix marked this pull request as ready for review September 24, 2024 16:08
@rafaelfelix rafaelfelix changed the title CRIB-359: ignore tags starting with contract-ccip for CRIB builds CRIB-359: ignoring problematic git tag breaking CRIB CCIP builds Sep 24, 2024
@rafaelfelix rafaelfelix enabled auto-merge (squash) September 24, 2024 17:47
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@rafaelfelix rafaelfelix merged commit 3205f7a into ccip-develop Sep 25, 2024
117 checks passed
@rafaelfelix rafaelfelix deleted the crib-ignore-contracts-ccip-tag-prefix branch September 25, 2024 08:46
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.

3 participants