-
Notifications
You must be signed in to change notification settings - Fork 1
Fix CD pipeline. #38
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
base: main
Are you sure you want to change the base?
Fix CD pipeline. #38
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. All comments nit/question.
@@ -91,7 +91,6 @@ jobs: | |||
os: ${{ matrix.host.OS }} | |||
target: ${{ matrix.host.TARGET }} | |||
github-token: ${{ secrets.GITHUB_TOKEN }} | |||
engine-version: ${{ matrix.engine.version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that the corresponding input name on this repo has been changed to server-version
. But if it is intentional to skip the installation of valkey-server in this job (as there's an if-condition on the Install server
step of install-shared-dependencies
) then its fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does should not install the server if input is not given
if: "${{ inputs.server-version }}" |
|
||
build-package-to-publish: | ||
needs: [set-release-version, create-binaries] | ||
runs-on: ubuntu-latest | ||
env: | ||
RELEASE_VERSION: ${{ needs.set-release-version.outputs.RELEASE_VERSION }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need with: submodules: true
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this step builds dotnet code only
See https://github.com/valkey-io/valkey-glide-csharp/actions/runs/17132293727 which published
0.1.0-rc8