这是indexloc提供的服务,不要输入任何密码
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: bazelbuild/apple_support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.2
Choose a base ref
...
head repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 10, 2019

  1. Remove code to support pre-framework-cleanup-migration

    RELNOTES: None
    PiperOrigin-RevId: 273962322
    Googler authored and swiple-rules-gardener committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    cc849a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Remove CI tests for versioned releases of Bazel and dependencies.

    Unfortunately, the team maintaining this repository does not have the resources to keep the versioned releases up to date. Going forward, the recommended approach for depending on this repository is to select a specific commit and to use the `git_repository` WORKSPACE rule available in `@bazel_tools//tools/build_defs/repo:git.bzl`.
    
    RELNOTES: None
    PiperOrigin-RevId: 274255348
    sergiocampama authored and swiple-rules-gardener committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    9605c3d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Set execution requirements for Starlark rules that use apple_support …

    …based on the availability of the selected Xcode.
    
    This is part of a series of changes that set the execution requirements for actions generated by rules that require Xcodes. The dynamic scheduler will later be modified to run those actions locally/remotely accordingly, but this does not currently change behavior.
    
    RELNOTES: None.
    PiperOrigin-RevId: 287338096
    Googler authored and swiple-rules-gardener committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    ddc4a53 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Update the docs.

    RELNOTES: None.
    PiperOrigin-RevId: 287566250
    thomasvl authored and swiple-rules-gardener committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    501b4af View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. bzl_library improvements.

    - Add missing deps
    - Make granular subtargets that are complete.
    
    RELNOTES: None
    PiperOrigin-RevId: 320398637
    thomasvl authored and swiple-rules-gardener committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    c0e65eb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Rename the bzl library, but nudge folks to the targeted one.

    RELNOTES: None
    PiperOrigin-RevId: 320645636
    thomasvl authored and swiple-rules-gardener committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    a7b1871 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Add rest of bzl_library instances.

    RELNOTES: None
    PiperOrigin-RevId: 321657656
    thomasvl authored and swiple-rules-gardener committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    647480b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Enable more CI configs again.

    Mostly a revert of commit 9605c3d.
    thomasvl authored and keith committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    24bb4d6 View commit details
    Browse the repository at this point in the history
Loading