-
This troubling me, but it isn't a bug, so I figured I'd ask here. At the time I'm writing this I've noticed that there was a build of stable-linux on Jan 19 for version 1.85.2.2401. (https://github.com/VSCodium/vscodium/actions/runs/7587594236/job/20668898007) That build apparently uploaded to the snapcraft repository successfully according to the logs. Right now, [https://snapcraft.io/codium] is showing the most recent release as version 1.84.2.23317. That version is maybe from the release performed on Nov 13, 2023? (I had a hard time find a corresponding build output in the github actions logs.) My initial guess was that there was some sort of delay between when a package was uploaded and when it was made available for download. However... The raw logs for that job show that the github action is checking what's on snapcraft and comparing to github.
Note the snapcraft build number is 23319 not 23317. To deepen the mystery, this all came to my attention because one of my machines updated it's version of codium to version 23317 recently. However, another machine that had not yet updated shows this snap info for codium:
So now I'm looking at three distinct versions of codium.
How is it that the version I installed 2 months ago is somehow newer than the one published 5 days ago? Did some sort of roll-back happen? Is there a bug in the github-action workflow somewhere? Does snapcraft actually have any sort of traceability somewhere that might reveal this? If anyone happens to know, I'm curious what could be going on. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
1.85
versions are incompatible with thecore18
used to build the snap. So I've reverted the snap to a working version (when the1.85
was published).I should fix those compatibility issues soon.