-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Revert all submodule introductions to fix CI (#17800)
- Revert "chore: Fix publish workflow for older OS images (#17787)" - Revert "chore: Add submodules to all checkouts (#17770)" - Revert "chore: Download submodules in the CI checkouts (#17760)"
- Loading branch information
1 parent
062224b
commit e25ccbe
Showing
18 changed files
with
1 addition
and
89 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,13 +34,10 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ steps.comment-branch.outputs.head_ref }} | ||
submodules: "recursive" | ||
|
||
- name: Checkout branch | ||
if: ${{ github.event_name != 'issue_comment' }} | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: "recursive" | ||
|
||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
|
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Generate publish metadata | ||
id: generate-publish-metadata | ||
run: make ci-generate-publish-metadata | ||
|
@@ -57,7 +56,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Ubuntu-specific) | ||
run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh | ||
- name: Bootstrap runner environment (generic) | ||
|
@@ -83,7 +81,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Ubuntu-specific) | ||
run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh | ||
- name: Bootstrap runner environment (generic) | ||
|
@@ -109,7 +106,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Ubuntu-specific) | ||
run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh | ||
- name: Bootstrap runner environment (generic) | ||
|
@@ -137,7 +133,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Ubuntu-specific) | ||
run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh | ||
- name: Bootstrap runner environment (generic) | ||
|
@@ -165,7 +160,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Ubuntu-specific) | ||
run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh | ||
- name: Bootstrap runner environment (generic) | ||
|
@@ -193,7 +187,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Ubuntu-specific) | ||
run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh | ||
- name: Bootstrap runner environment (generic) | ||
|
@@ -221,7 +214,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (macOS-specific) | ||
run: bash scripts/environment/bootstrap-macos-10.sh | ||
- name: Build Vector | ||
|
@@ -252,7 +244,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Bootstrap runner environment (Windows-specific) | ||
run: .\scripts\environment\bootstrap-windows-2019.ps1 | ||
- name: Install Wix | ||
|
@@ -320,11 +311,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
# Workaround for older OS images | ||
# https://github.com/actions/checkout/issues/758 | ||
- name: Checkout submodules | ||
run: | | ||
git submodule update --init --recursive | ||
- name: Download staged package artifacts (x86_64-unknown-linux-gnu) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -381,7 +367,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Download staged package artifacts (x86_64-unknown-linux-gnu) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -409,7 +394,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Download staged package artifacts (x86_64-apple-darwin) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -440,7 +424,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -516,7 +499,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Download staged package artifacts (aarch64-unknown-linux-gnu) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -588,7 +570,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Download staged package artifacts (aarch64-unknown-linux-gnu) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -649,7 +630,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Publish update to Homebrew tap | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_PACKAGE_PUBLISHER_TOKEN }} | ||
|
@@ -675,7 +655,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Download staged package artifacts (aarch64-unknown-linux-gnu) | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
Oops, something went wrong.