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

fix(ci): remove import path from type names on compact-codec #12125

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

joshieDo
Copy link
Collaborator

fixes #12119 (comment)

Removes import path from the type name, otherwise the CI will fail when moving types.

@joshieDo joshieDo added C-bug An unexpected or incorrect behavior C-test A change that impacts how or what we test A-ci Related to github workflows or other build and lint tools labels Oct 28, 2024
run: ${{ matrix.bin }} -- test-vectors compact --write
run: |
${{ matrix.bin }} -- test-vectors compact --write &&
for f in ./testdata/micro/compact/*; do mv "$f" "$(dirname "$f")/$(basename "$f" | awk -F '__' '{print $NF}')"; done
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

main still creates vector files with the import path in their names, so we temporarily need this to remove it

@mattsse mattsse added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit e4bd135 Oct 28, 2024
43 checks passed
@mattsse mattsse deleted the joshie/rnm branch October 28, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Related to github workflows or other build and lint tools C-bug An unexpected or incorrect behavior C-test A change that impacts how or what we test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants