Skip to content

Fix: make CI pass on 2025.2 #803

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
then
continue
fi
# Skip latest-preview due to #778
if [ "$tag" = "latest-preview" ];
then
continue
fi
images+='"'${n}:${tag}'",';
done
done;
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.2] - Unreleased

### Fixed
- #778 CI - avoid deadlock on 2025.2 preview due to cached query regeneration bug

## [0.10.1] - 2024-04-24

### Fixed
Expand Down
1 change: 1 addition & 0 deletions iris.script
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
do $System.OBJ.Load("/home/irisowner/zpm/preload/cls/IPM/Installer.cls","ck")
do ##class(IPM.Installer).setup("/home/irisowner/zpm/",3)
zpm "repo -r -name registry -url https://pm.community.intersystems.com/"
do $System.SQL.PurgeAllNamespaces()
halt

// Currently broken for %IPM due to differing default behavior for packages starting with % - vscode-per-namespace-settings passes through as-is, IPM expects to strip %.
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Export generator="Cache" version="25">
<Document name="ZPM.ZPM"><Module>
<Name>ZPM</Name>
<Version>0.10.1-SNAPSHOT</Version>
<Version>0.10.2-SNAPSHOT</Version>
<ExternalName>IPM</ExternalName>
<Description>InterSystems Package Manager (IPM) provides development tools and infrastructure for defining, building, distributing, and installing modules and applications.</Description>
<Keywords>Package Manager</Keywords>
Expand Down