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/emsdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea10b4e
Choose a base ref
...
head repository: dotnet/emsdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40e7c62
Choose a head ref
  • 17 commits
  • 18 files changed
  • 11 contributors

Commits on May 31, 2022

  1. [bazel] Set CLOSURE_COMPILER to workaround RBE+symlinks issue (#1037)

    * [bazel] Set CLOSURE_COMPILER to workaround RBE+symlinks issue
    
    * space
    
    * specify node_js
    kjlubick authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    9a1dda0 View commit details
    Browse the repository at this point in the history
  2. 3.1.10 (#1046)

    sbc100 authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    fabe920 View commit details
    Browse the repository at this point in the history
  3. Optimize sandbox performance (#1045)

    * Optimize sandbox performance
    
    Link just the files needed to compile, link, or archive, rather than the entire directory tree. This drastically improves build times on macOS, where the sandbox is known to be slow (bazelbuild/bazel#8230).
    
    * Linux wants clang to link
    
    * all_files not needed?
    
    * Linux wants llc
    
    * And llvm-ar
    
    * Templated build_file_content
    jfirebaugh authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    edd205a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f748113 View commit details
    Browse the repository at this point in the history
  5. Using bazelisk on macOS CI (#1049)

    zaucy authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7640830 View commit details
    Browse the repository at this point in the history
  6. Explicit outputs for wasm_cc_binary (#1047)

    * Explicit outputs for wasm_cc_binary
    
    * Backwards compatibility
    
    * data_runfiles restore
    
    * restore test_bazel.sh
    
    * Using wrong path on accident
    
    * two separate rules for legacy support
    
    * Added name attribute to wasm_cc_binary rule
    zaucy authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    462fff5 View commit details
    Browse the repository at this point in the history
  7. 3.1.11 (#1053)

    sbc100 authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    37c4a1f View commit details
    Browse the repository at this point in the history
  8. 3.1.12 (#1054)

    sbc100 authored and radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    83d1604 View commit details
    Browse the repository at this point in the history
  9. Bump emscripten to 3.1.12

    radekdoulik committed May 31, 2022
    Configuration menu
    Copy the full SHA
    a8841bd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …601.2 (#148)
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    cfc96e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Merge pull request #147 from radekdoulik/pr-bump-emscripten-3-1-12

    Bump emscripten to 3.1.12
    lewing authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0f2e178 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …613.1
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk
     From Version 7.0.0-beta.22301.2 -> To Version 7.0.0-beta.22313.1
    dotnet-maestro[bot] committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2f91ec4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from dotnet/darc-main-5daf00a5-adc5-4b8a-87d1…

    …-3a286c8e8036
    
    [main] Update dependencies from dotnet/arcade
    lewing authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1341dee View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Roll emsdk install back to 3.1.7 (#151)

    * Roll emsdk install back to 3.1.7
    
    * Update eng/Versions.props
    
    Co-authored-by: Ankit Jain <radical@gmail.com>
    lewing and radical authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    3fbbd97 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …616.2 (#152)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk
     From Version 7.0.0-beta.22313.1 -> To Version 7.0.0-beta.22316.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    dad4c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d304ef6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. [main] Update dependencies from dotnet/arcade (#153)

    [main] Update dependencies from dotnet/arcade
    
    
     - Deal with changes to Workload tasks
    
    Forward port from `release/6.0`.
    
    (cherry picked from commit 11ce480)
    
     - Fix path to Installers task
    
     - Revert "Deal with changes to Workload tasks"
    
    This reverts commit a846040.
    
    Arcade has the workload task changes only on the 6.0 branch.
    dotnet-maestro[bot] authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    40e7c62 View commit details
    Browse the repository at this point in the history
Loading