-
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: Add submodules to all checkouts
- Loading branch information
1 parent
53f8bff
commit 209fc94
Showing
11 changed files
with
63 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,13 @@ 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ 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 | ||
|
@@ -56,6 +57,7 @@ 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) | ||
|
@@ -81,6 +83,7 @@ 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) | ||
|
@@ -106,6 +109,7 @@ 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) | ||
|
@@ -133,6 +137,7 @@ 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) | ||
|
@@ -160,6 +165,7 @@ 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) | ||
|
@@ -187,6 +193,7 @@ 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) | ||
|
@@ -214,6 +221,7 @@ 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 | ||
|
@@ -244,6 +252,7 @@ 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 | ||
|
@@ -311,6 +320,7 @@ 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: | ||
|
@@ -367,6 +377,7 @@ 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: | ||
|
@@ -394,6 +405,7 @@ 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: | ||
|
@@ -424,6 +436,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ inputs.git_ref }} | ||
submodules: "recursive" | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -499,6 +512,7 @@ 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: | ||
|
@@ -570,6 +584,7 @@ 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: | ||
|
@@ -630,6 +645,7 @@ 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 }} | ||
|
@@ -655,6 +671,7 @@ 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: | ||
|
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 |
---|---|---|
|
@@ -48,6 +48,8 @@ jobs: | |
comment_valid: ${{ steps.comment.outputs.isTeamMember }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: "recursive" | ||
|
||
- name: Collect file changes | ||
id: changes | ||
|
@@ -129,6 +131,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 1000 | ||
submodules: "recursive" | ||
|
||
# If triggered by issue comment, the event payload doesn't directly contain the head and base sha from the PR. | ||
# But, we can retrieve this info from some commands. | ||
|
@@ -287,6 +290,8 @@ jobs: | |
- uses: colpal/actions-clean@v1 | ||
|
||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: "recursive" | ||
|
||
- uses: actions/checkout@v3 | ||
with: | ||
|
@@ -325,6 +330,8 @@ jobs: | |
- uses: colpal/actions-clean@v1 | ||
|
||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: "recursive" | ||
|
||
- uses: actions/checkout@v3 | ||
with: | ||
|
@@ -475,6 +482,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ needs.compute-metadata.outputs.comparison-sha }} | ||
submodules: "recursive" | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/[email protected] | ||
|
@@ -594,6 +602,8 @@ jobs: | |
- compute-metadata | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: "recursive" | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/[email protected] | ||
|
@@ -685,6 +695,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ needs.compute-metadata.outputs.comparison-sha }} | ||
submodules: "recursive" | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/[email protected] | ||
|