Skip to content

Conversation

@pspoerri
Copy link
Contributor

@pspoerri pspoerri commented Apr 9, 2025

This PR includes a variety of fixes:

  • A fix of the Github CI build system due to a regression in newer versions of Ubuntu.
  • Fix conditionals in Github CI.
  • Support for Scala 2.13 in the unit tests.
  • A fix in the caching system, which might have prevented the system from working altogether.
    This line triggered a linting error due to _.
cachedFileStatus.remove(filter, _)

This was changed to

 cachedFileStatus.remove(filter, None)

Signed-off-by: Pascal Spörri <[email protected]>
@pspoerri pspoerri force-pushed the ps/fix_pipeline branch 3 times, most recently from 86dc261 to 791265f Compare April 9, 2025 20:59
Signed-off-by: Pascal Spörri <[email protected]>
@BernardMetzler
Copy link
Contributor

lgtm

@BernardMetzler BernardMetzler merged commit 0be5f0e into IBM:main Apr 16, 2025
19 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.

2 participants