Skip to content
Permalink

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: dotnet/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be933308b9
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 480401b003
Choose a head ref
  • 11 commits
  • 14 files changed
  • 9 contributors

Commits on May 2, 2024

  1. Recognize gcc 14 (#14747)

    am11 authored May 2, 2024
    Configuration menu
    Copy the full SHA
    2d8ed7e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    020255b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    c411a49 View commit details
    Browse the repository at this point in the history
  2. Use Service Connection instead of SAS for source index stage 1 upload (

    …#14750)
    
    This PR replaces our use of a SAS in a keyvault with a service connection. It is needed for Safe Secrets compliance.
    directhex authored May 6, 2024
    Configuration menu
    Copy the full SHA
    9e4ce37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc042c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add curl support in build-rootfs.sh (#14744)

    There are systems which come preinstalled with wget, curl, both or none. To make things smoother, this PR adds curl support side-by-side wget. We have this flexibility in other scripts as well.
    am11 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    f663d56 View commit details
    Browse the repository at this point in the history
  2. Fix syntax error in build-rootfs.sh (#14754)

    This was causing errors like
    
    ```
    /scripts/eng/common/cross/build-rootfs.sh: line 575: syntax error near unexpected token `echo'
    ```
    
    Introduced in f663d56
    sbomer authored May 7, 2024
    Configuration menu
    Copy the full SHA
    09f0a36 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. [main] Update dependencies from 6 repositories (#14746)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Viktor Hofer <[email protected]>
    3 people authored May 8, 2024
    Configuration menu
    Copy the full SHA
    a62b463 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ec095f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2967a View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/arcade, dotnet/arcade-services…

    …, dotnet/source-build-externals (#14755)
    
    [main] Update dependencies from dotnet/arcade, dotnet/arcade-services, dotnet/source-build-externals
    dotnet-maestro[bot] authored May 10, 2024
    Configuration menu
    Copy the full SHA
    480401b View commit details
    Browse the repository at this point in the history
Loading