-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix/Clean Up Development Builds #862
Comments
@artoonie partially fixed the first part by deleting the old build files. It looks like we still have old But the second part still does not appear to be fixed:
Finally, while most of the build files say 2 days ago (from the most recent fortnightly build), the header for some reason says "May 31" and the description text says that it is a build of changes "as of June 2nd". Can we fix that too? |
I have fixed both of those in PR #860 Note that there are additional files in the "Package", which is separate from the "Release": https://github.com/BrightSpots/rcv/actions/runs/9744047355 The package is 700mb and contains every cache file for every OS we support. I believe it was an intentional decision to not include these files in the release, since they're only useful for airgapped builds, but cannot be sure. @yezr do you recall why we decided to have some files in the "Package" not included in the "Release"? Also -- we should document this in the wiki since I forgot about it! |
I cannot remember why we would leave out the airgap caches. I think we were just scrambling to get it out for that certification and overlooked adding it to the official release? |
Alright, I've added all cache files back in. I personally find this much sloppier, since 99% of users don't need the cache files, and this makes it quite hard to find which files are important. I imagine a better naming scheme could help (e.g. all cache files begin with |
So the cache files are always created and are part of the build Package? I imagine that for any user who needs an airgapped build that we would be personally involved. In that case, we can always provide them the cache and it wouldn't be required to be a part of the build artifacts. To make the release a little cleaner, and maybe prevent confusion, I'm fine with not making those an explicit part of the release but leave them in the Package. |
The linux build should be 64-bit -- does it not work on your linux box? |
My main linux machine is a MacBook Air with linux installed. So it's Also, if I were to run Linux virtualized on my MacBook Pro, I would probably want to use an ARM64 build of linux (and RCTab) rather than trying to emulated |
Ah, understood, thanks for the clarification -- and yes, I agree, we should build for aarch64. It looks like it should be a feature coming soon to github actions, but is not a currently supported runner: https://github.com/orgs/community/discussions/19197#discussioncomment-9019461 |
Hey, the fixes from the newly merged PR fixing the development build releases should have ran Sunday. But I am now no longer seeing the development builds at all under releases. When I checked the GitHub Actions, it looks like the build failed. |
This PR fixes the issue: #885 |
Another automated build kicked off yesterday. I now see three automated builds on the release page. Two I believe were created manually by me clicking the button to test last week. Those are both titled "Draft" and have release dates of last week. One has only the Linux build artifacts from last week, one has Linux build artifacts from the most recent run an hour ago. Then there is a release titled It has MacOSx64 release artifacts only. I think some of the jobs to produce build artifacts are writing over each other. |
We recently updated the development builds to specify which CPU architecture is being used. It appears that resulted in two problems:
.sha512
files for the executable installers (.deb
,.dmg
,.exe
) when we started generating the.golden.sha512
for the.zip
files. Let's add those back in.The text was updated successfully, but these errors were encountered: