Skip to content

Experiment: Simplify SimpleIdentityMap/Set #477

Experiment: Simplify SimpleIdentityMap/Set

Experiment: Simplify SimpleIdentityMap/Set #477

Workflow file for this run

name: MiMa Binary Compatibility Checks
on:
push:
branches:
- 'main'
pull_request:
workflow_call:
permissions:
contents: read
env:
DOTTY_CI_RUN: true
jobs:
mima-scala-library-nonbootstrapped:
runs-on: ubuntu-latest
if: false
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6
- name: Report MiMa issues in `scala-library-nonbootstrapped`
run: ./project/scripts/sbt scala-library-nonbootstrapped/mimaReportBinaryIssues
mima-scala3-interfaces:
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.body, '[skip ci]')
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6
- name: Report MiMa issues in `scala3-interfaces`
run: ./project/scripts/sbt scala3-interfaces/mimaReportBinaryIssues
mima-tasty-core-nonbootstrapped:
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.body, '[skip ci]')
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6
- name: Report MiMa issues in `tasty-core-nonbootstrapped`
run: ./project/scripts/sbt tasty-core-nonbootstrapped/mimaReportBinaryIssues
static-analysis-scala-library-bootstrapped:
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.body, '[skip ci]')
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6
- name: Report MiMa issues in `scala-library-bootstrapped`
run: ./project/scripts/sbt scala-library-bootstrapped/mimaReportBinaryIssues
- name: Report missingLink checks
run: ./project/scripts/sbt scala-library-bootstrapped/missinglinkCheck
mima-tasty-core-bootstrapped:
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.body, '[skip ci]')
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6
- name: Report MiMa issues in `tasty-core-bootstrapped`
run: ./project/scripts/sbt tasty-core-bootstrapped/mimaReportBinaryIssues
mima-scala-library-sjs:
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.body, '[skip ci]')
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6
- name: Report MiMa issues in `scala-library-sjs`
run: ./project/scripts/sbt scala-library-sjs/mimaReportBinaryIssues