Skip to content

Conversation

@externl
Copy link
Member

@externl externl commented Mar 7, 2025

No description provided.

@externl externl requested review from Copilot and pepone March 7, 2025 19:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

PR Overview

This PR cleans up the CI workflow configuration.

  • Removed deprecated build flags from the matrix.
  • Updated action references and working directory paths for various demo builds.

Reviewed Changes

File Description
.github/workflows/ci.yml Removed unused build flags, updated action references, and changed working directories for demo builds.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.github/workflows/ci.yml:27

  • Ensure that removing the 'ice_build_flags' from the matrix does not unintentionally affect build configurations on the specified OS entries.
ice_build_flags: srcs

.github/workflows/ci.yml:45

  • Verify that the new working directory 'cpp' correctly reflects the actual path for the C++ demos, as it replaces the previous 'ice-demos/cpp' path.
working-directory: cpp

# We reuse the setup-dependencies action from the Ice repository
- name: Setup Ice Build Dependencies
uses: ./ice/.github/actions/setup-dependencies
uses: zeroc-ice/ice/.github/actions/setup-dependencies@main
Copy link
Member

@pepone pepone Mar 7, 2025

Choose a reason for hiding this comment

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

Didn't you remove the checkout of this repo? So it uses directly from main branch with this syntax?

@externl externl merged commit df3ca90 into zeroc-ice:main Mar 7, 2025
8 checks passed
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.

2 participants