-
Couldn't load subscription status.
- Fork 1.1k
chore: Use SpiderMonkey v128 as default version #5624
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
base: main
Are you sure you want to change the base?
Conversation
9ac1000 to
f73ea2d
Compare
f73ea2d to
8d2508c
Compare
|
We'd have to make sure packaging works well with the change. Run a full ci build (git checkout to I started one here: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/jenkins-sm-128/1/pipeline-graph/ edit: looks good! |
|
Hey Nick, I tried too, but I got an error for CentOS 8, because it's landed on the ARM64 worker and because it is using SM60, it failed. See https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/jenkins-sm-v128-default-version/1/pipeline-console/?selected-node=409 Another interesting case (but unrelated to the PR): |
Hmm we may have to change the labeling scheme for how workers/hosts/guests find each other to run CI builds. Now we have a generic |
|
Do we have an option for CentOS 8 to update SM to a version > 60? |
Ideally we shouldn't have to. CentOS 8 should be shipping with its original SM major version and RH should be providing updates and security patches for if. If SM 60 comes from the EPEL repo then maybe there we can update it but if it's included in the base package set if we update it we'd be on the hook of maintaining our patches and security updates and such. |
No description provided.