-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Eric from Rust dependabot config #17891
Merged
Eric-Arellano
merged 1 commit into
pantsbuild:main
from
Eric-Arellano:rm-eric-from-dependabot
Dec 28, 2022
Merged
Remove Eric from Rust dependabot config #17891
Eric-Arellano
merged 1 commit into
pantsbuild:main
from
Eric-Arellano:rm-eric-from-dependabot
Dec 28, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benjyw
approved these changes
Dec 28, 2022
illicitonion
added a commit
to illicitonion/pants
that referenced
this pull request
Dec 31, 2022
Internal PRs: * Prepare 2.14.1rc0 ([pantsbuild#17904](pantsbuild#17904)) * Always stop on `StopIteration` in `rule_runner.run_rule_with_mocks` ([pantsbuild#17901](pantsbuild#17901)) * upgrade to Rust v1.66.0 ([pantsbuild#17893](pantsbuild#17893)) * Remove Eric from Rust dependabot config ([pantsbuild#17891](pantsbuild#17891)) * Refactor generate_github_workflows.py to prep for aarch64 support ([pantsbuild#17880](pantsbuild#17880)) * [internal] Subsystems, Options, and a Process for the `cc` backend ([pantsbuild#17844](pantsbuild#17844)) * Prepare 2.15.0rc1. ([pantsbuild#17883](pantsbuild#17883)) * Use GITHUB_PATH to modify paths between CI steps. ([pantsbuild#17882](pantsbuild#17882)) * Disable coverage in CI ([pantsbuild#17876](pantsbuild#17876)) * Split out different entry point fields, and revert `PexBinaryFieldSet` ([pantsbuild#17870](pantsbuild#17870)) * Choose distinct debug adapter ports in different tests. ([pantsbuild#17837](pantsbuild#17837)) * fix a bunch of missing JVM `rules()` dependencies ([pantsbuild#17861](pantsbuild#17861)) * DRYs up JVM subsystem registration code ([pantsbuild#17859](pantsbuild#17859)) * go: pass coverage setup config into `prepare_go_test_binary` rule ([pantsbuild#17835](pantsbuild#17835)) * go: split production of test binary from actually running it ([pantsbuild#17825](pantsbuild#17825)) * Remove stray `--remote-auth-plugin` reference. ([pantsbuild#17832](pantsbuild#17832))
Merged
illicitonion
added a commit
to illicitonion/pants
that referenced
this pull request
Dec 31, 2022
Internal PRs: * Prepare 2.14.1rc0 ([pantsbuild#17904](pantsbuild#17904)) * Always stop on `StopIteration` in `rule_runner.run_rule_with_mocks` ([pantsbuild#17901](pantsbuild#17901)) * upgrade to Rust v1.66.0 ([pantsbuild#17893](pantsbuild#17893)) * Remove Eric from Rust dependabot config ([pantsbuild#17891](pantsbuild#17891)) * Refactor generate_github_workflows.py to prep for aarch64 support ([pantsbuild#17880](pantsbuild#17880)) * [internal] Subsystems, Options, and a Process for the `cc` backend ([pantsbuild#17844](pantsbuild#17844)) * Prepare 2.15.0rc1. ([pantsbuild#17883](pantsbuild#17883)) * Use GITHUB_PATH to modify paths between CI steps. ([pantsbuild#17882](pantsbuild#17882)) * Disable coverage in CI ([pantsbuild#17876](pantsbuild#17876)) * Split out different entry point fields, and revert `PexBinaryFieldSet` ([pantsbuild#17870](pantsbuild#17870)) * Choose distinct debug adapter ports in different tests. ([pantsbuild#17837](pantsbuild#17837)) * fix a bunch of missing JVM `rules()` dependencies ([pantsbuild#17861](pantsbuild#17861)) * DRYs up JVM subsystem registration code ([pantsbuild#17859](pantsbuild#17859)) * go: pass coverage setup config into `prepare_go_test_binary` rule ([pantsbuild#17835](pantsbuild#17835)) * go: split production of test binary from actually running it ([pantsbuild#17825](pantsbuild#17825)) * Remove stray `--remote-auth-plugin` reference. ([pantsbuild#17832](pantsbuild#17832))
illicitonion
added a commit
to illicitonion/pants
that referenced
this pull request
Dec 31, 2022
Internal PRs: * Prepare 2.14.1rc0 ([pantsbuild#17904](pantsbuild#17904)) * Always stop on `StopIteration` in `rule_runner.run_rule_with_mocks` ([pantsbuild#17901](pantsbuild#17901)) * upgrade to Rust v1.66.0 ([pantsbuild#17893](pantsbuild#17893)) * Remove Eric from Rust dependabot config ([pantsbuild#17891](pantsbuild#17891)) * Refactor generate_github_workflows.py to prep for aarch64 support ([pantsbuild#17880](pantsbuild#17880)) * [internal] Subsystems, Options, and a Process for the `cc` backend ([pantsbuild#17844](pantsbuild#17844)) * Prepare 2.15.0rc1. ([pantsbuild#17883](pantsbuild#17883)) * Use GITHUB_PATH to modify paths between CI steps. ([pantsbuild#17882](pantsbuild#17882)) * Disable coverage in CI ([pantsbuild#17876](pantsbuild#17876)) * Split out different entry point fields, and revert `PexBinaryFieldSet` ([pantsbuild#17870](pantsbuild#17870)) * Choose distinct debug adapter ports in different tests. ([pantsbuild#17837](pantsbuild#17837)) * fix a bunch of missing JVM `rules()` dependencies ([pantsbuild#17861](pantsbuild#17861)) * DRYs up JVM subsystem registration code ([pantsbuild#17859](pantsbuild#17859)) * go: pass coverage setup config into `prepare_go_test_binary` rule ([pantsbuild#17835](pantsbuild#17835)) * go: split production of test binary from actually running it ([pantsbuild#17825](pantsbuild#17825)) * Remove stray `--remote-auth-plugin` reference. ([pantsbuild#17832](pantsbuild#17832)) Also: Revert "upgrade to Rust v1.66.0 (pantsbuild#17893)" This reverts commit babf5db.
illicitonion
added a commit
to illicitonion/pants
that referenced
this pull request
Dec 31, 2022
Internal PRs: * Prepare 2.14.1rc0 ([pantsbuild#17904](pantsbuild#17904)) * Always stop on `StopIteration` in `rule_runner.run_rule_with_mocks` ([pantsbuild#17901](pantsbuild#17901)) * upgrade to Rust v1.66.0 ([pantsbuild#17893](pantsbuild#17893)) * Remove Eric from Rust dependabot config ([pantsbuild#17891](pantsbuild#17891)) * Refactor generate_github_workflows.py to prep for aarch64 support ([pantsbuild#17880](pantsbuild#17880)) * [internal] Subsystems, Options, and a Process for the `cc` backend ([pantsbuild#17844](pantsbuild#17844)) * Prepare 2.15.0rc1. ([pantsbuild#17883](pantsbuild#17883)) * Use GITHUB_PATH to modify paths between CI steps. ([pantsbuild#17882](pantsbuild#17882)) * Disable coverage in CI ([pantsbuild#17876](pantsbuild#17876)) * Split out different entry point fields, and revert `PexBinaryFieldSet` ([pantsbuild#17870](pantsbuild#17870)) * Choose distinct debug adapter ports in different tests. ([pantsbuild#17837](pantsbuild#17837)) * fix a bunch of missing JVM `rules()` dependencies ([pantsbuild#17861](pantsbuild#17861)) * DRYs up JVM subsystem registration code ([pantsbuild#17859](pantsbuild#17859)) * go: pass coverage setup config into `prepare_go_test_binary` rule ([pantsbuild#17835](pantsbuild#17835)) * go: split production of test binary from actually running it ([pantsbuild#17825](pantsbuild#17825)) * Remove stray `--remote-auth-plugin` reference. ([pantsbuild#17832](pantsbuild#17832)) * Log process stdout/stderr on deploy_to_s3.py failures. ([pantsbuild#17909](pantsbuild#17909))
illicitonion
added a commit
that referenced
this pull request
Jan 1, 2023
Internal PRs: * Prepare 2.14.1rc0 ([#17904](#17904)) * Always stop on `StopIteration` in `rule_runner.run_rule_with_mocks` ([#17901](#17901)) * upgrade to Rust v1.66.0 ([#17893](#17893)) * Remove Eric from Rust dependabot config ([#17891](#17891)) * Refactor generate_github_workflows.py to prep for aarch64 support ([#17880](#17880)) * [internal] Subsystems, Options, and a Process for the `cc` backend ([#17844](#17844)) * Prepare 2.15.0rc1. ([#17883](#17883)) * Use GITHUB_PATH to modify paths between CI steps. ([#17882](#17882)) * Disable coverage in CI ([#17876](#17876)) * Split out different entry point fields, and revert `PexBinaryFieldSet` ([#17870](#17870)) * Choose distinct debug adapter ports in different tests. ([#17837](#17837)) * fix a bunch of missing JVM `rules()` dependencies ([#17861](#17861)) * DRYs up JVM subsystem registration code ([#17859](#17859)) * go: pass coverage setup config into `prepare_go_test_binary` rule ([#17835](#17835)) * go: split production of test binary from actually running it ([#17825](#17825)) * Remove stray `--remote-auth-plugin` reference. ([#17832](#17832)) * Log process stdout/stderr on deploy_to_s3.py failures. ([#17909](#17909))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.