Skip to content
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

Updated artifact versions with sha sums and scala versions #1597

Merged
merged 13 commits into from
Aug 26, 2024

Conversation

lm1nrt
Copy link
Contributor

@lm1nrt lm1nrt commented Aug 12, 2024

Description

  • Updated artifact SHA sums
  • Updated scala versions
  • Updated tests that are dependent on the chosen scala version
  • Updated shell command for ubuntu presubmit due to fatal error detected by the Java Runtime Environment

Motivation

There are newer versions of Scala that can be applied to certain artifacts.

Copy link

google-cla bot commented Aug 12, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@lm1nrt lm1nrt changed the title Bumped artifact versions with sha sums and scala versions Updated artifact versions with sha sums and scala versions Aug 12, 2024
@lm1nrt lm1nrt marked this pull request as ready for review August 12, 2024 12:01
@lm1nrt lm1nrt marked this pull request as draft August 13, 2024 07:22
@lm1nrt lm1nrt marked this pull request as ready for review August 14, 2024 10:12
@lukaszwawrzyk
Copy link

@liucijus @simuons could any of you take a look? This just tries to keep scala versions up to date. We are looking into adding scala 3.4 in another PR as it doesn't work for some reason. Also we hope to make these bumps more automated.

Copy link
Collaborator

@liucijus liucijus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @lm1nrt

@@ -27,15 +27,15 @@ tasks:
platform: ubuntu2004
shell_commands:
# Install xmllint
- sudo apt update && sudo apt install -y libxml2-utils
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to:

A fatal error has been detected by the Java Runtime Environment:
Problematic frame:
# C  [libc.so.6+0x18bd71]

Copy link
Collaborator

@simuons simuons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @lm1nrt

@simuons simuons merged commit 6613ffc into bazelbuild:master Aug 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants