8000 Comparing v1.8.1...v1.8.2 · sbt/sbt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink 8000

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbt/sbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: sbt/sbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 4, 2023

  1. Fixes M1 support

    Fixes #7117
    
    Problem
    -------
    sbt no longer works on a Mac with M1 (aarch64) chips because it fails on
    ipcsocket library, which we maintain.
    This was caused by architecture detection that was added in 1.6.1,
    which did not take in account for macOS universal binary.
    
    Solution
    --------
    Update to ipcsocket 1.6.2.
    eed3si9n committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0c504ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7121 from eed3si9n/bport/7120

    [1.8.x] Fixes M1 support
    eed3si9n authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9e2032b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Fixes Debian 11 compat

    Fixes #7118
    
    Problem
    -------
    sbtn 1.8.1 was built using ubuntu-latest, which meant picking up newer
    glibc.
    
    Solution
    --------
    This downgraded the ubuntu machine to build sbtn.
    eed3si9n committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a4ed5be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7123 from eed3si9n/bport/7122

    [1.8.x] Fixes Debian 11 compat
    eed3si9n authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e168e65 View commit details
    Browse the repository at this point in the history
  3. sbt 1.8.2

    eed3si9n committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8c1b98f View commit details
    Browse the repository at this point in the history
Loading
0