Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ef3280

Browse files
committed
ci: install git-core package instead of git
"git" is a package that pulls in Perl, and we only need git-core for the basic Git client. Signed-off-by: Ken Dreyer <[email protected]>
1 parent dad90ae commit 8ef3280

14 files changed

+14
-14
lines changed

.github/actions/detect-exposed-secrets/exposed_secrets_detection/tests/test_data/git_workflow_automatic_trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Packages
5050
run: |
5151
cat /etc/os-release
52-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
52+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
5353
5454
- name: Checkout
5555
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/actions/detect-exposed-secrets/exposed_secrets_detection/tests/test_data/git_workflow_automatic_trigger_with_top_level_env_secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Packages
5555
run: |
5656
cat /etc/os-release
57-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
57+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
5858
5959
- name: Checkout
6060
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/actions/detect-exposed-secrets/exposed_secrets_detection/tests/test_data/git_workflow_invalid_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Packages
5757
run: |
5858
cat /etc/os-release
59-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
59+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
6060
6161
- name: Checkout
6262
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/actions/detect-exposed-secrets/exposed_secrets_detection/tests/test_data/git_workflow_manual_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Packages
5454
run: |
5555
cat /etc/os-release
56-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
56+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
5757
5858
- name: Checkout
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/actions/detect-exposed-secrets/exposed_secrets_detection/tests/test_data/git_workflow_missing_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Packages
4646
run: |
4747
cat /etc/os-release
48-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
48+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
4949
5050
- name: Checkout
5151
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/e2e-aws-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Install Packages
137137
run: |
138138
cat /etc/os-release
139-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
139+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
140140
141141
- name: Install ilab
142142
run: |

.github/workflows/e2e-nvidia-l4-x1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
cat /etc/os-release
102102
mkdir -p /home/tmp
103-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
103+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
104104
105105
- name: Checkout
106106
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cat /etc/os-release
6464
mkdir -p /home/tmp
65-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
65+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
6666
6767
- name: Checkout
6868
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/e2e-nvidia-l40s-x8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
cat /etc/os-release
140140
mkdir -p /home/tmp
141-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
141+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
142142
143143
- name: Checkout
144144
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/e2e-nvidia-t4-x1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
cat /etc/os-release
102102
mkdir -p /home/tmp
103-
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
103+
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
104104
105105
- name: Checkout
106106
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)