Update demos to use 3.9 nightly packages#699
Merged
pepone merged 3 commits intozeroc-ice:mainfrom Jan 12, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Ice framework demos to use version 3.9 nightly packages instead of the main branch packages. The changes include updating Swift package dependencies, Docker images, GitHub Actions workflows, and development container configurations.
Changes:
- Updated 20 Swift Package.swift files to reference the "3.9" branch instead of "main" for ice-swift-nightly dependency
- Updated Dockerfiles to use Ice 3.9 nightly repositories and packages (Debian Trixie, Ubuntu 24.04, RHEL 9)
- Updated GitHub Actions to install Ice 3.9 nightly packages from the version-specific repositories
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| swift/IceStorm/Weather/Package.swift | Updated dependency branch to 3.9 |
| swift/IceGrid/Query/Package.swift | Updated dependency branch to 3.9 |
| swift/IceGrid/LocatorDiscovery/Package.swift | Updated dependency branch to 3.9 |
| swift/IceGrid/Greeter/Package.swift | Updated dependency branch to 3.9 |
| swift/IceDiscovery/Replication/Package.swift | Updated dependency branch to 3.9 |
| swift/IceDiscovery/Greeter/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Optional/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Middleware/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/InvocationTimeout/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Inheritance/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Greeter/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Forwarder/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/CustomError/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Context/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Config/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Callback/Package.swift | Updated dependency branch to 3.9 |
| swift/Ice/Bidir/Package.swift | Updated dependency branch to 3.9 |
| swift/Glacier2/Session/Package.swift | Updated dependency branch to 3.9 |
| swift/Glacier2/Greeter/Package.swift | Updated dependency branch to 3.9 |
| swift/Glacier2/Callback/Package.swift | Updated dependency branch to 3.9 |
| php/Ice/registeredCommunicator/Dockerfile | Updated to Debian Trixie and Ice 3.9 repository |
| .github/actions/install-nightly-ice/action.yml | Updated to Ice 3.9 packages and added description |
| .devcontainer/rhel9/Dockerfile | Updated to Ice 3.9 repository and packages (contains critical syntax errors) |
| .devcontainer/Dockerfile | Updated to Ice 3.9 repository and packages |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
bernardnormier
approved these changes
Jan 12, 2026
externl
approved these changes
Jan 12, 2026
This file contains hidden or 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
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.
No description provided.