mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
ci: there is no powertools repo in centos9
This commit is contained in:
parent
5caab935ae
commit
64d12d4500
3
.github/workflows/gen_centos9.yml
vendored
3
.github/workflows/gen_centos9.yml
vendored
@ -23,9 +23,6 @@ jobs:
|
||||
- name: "Install config manager"
|
||||
shell: bash
|
||||
run: "dnf install -y 'dnf-command(config-manager)'"
|
||||
- name: "Enable PowerTools"
|
||||
shell: bash
|
||||
run: "dnf config-manager --set-enabled powertools"
|
||||
- name: "Install git"
|
||||
shell: bash
|
||||
run: "yum install -y git"
|
||||
|
5
.github/workflows/gen_centos9_continuous.yml
vendored
5
.github/workflows/gen_centos9_continuous.yml
vendored
@ -27,11 +27,6 @@ jobs:
|
||||
run: |
|
||||
export BUILD_REASON=Schedule
|
||||
dnf install -y 'dnf-command(config-manager)'
|
||||
- name: "Enable PowerTools"
|
||||
shell: bash
|
||||
run: |
|
||||
export BUILD_REASON=Schedule
|
||||
dnf config-manager --set-enabled powertools
|
||||
- name: "Install git"
|
||||
shell: bash
|
||||
run: |
|
||||
|
3
.github/workflows/gen_centos9_tag.yml
vendored
3
.github/workflows/gen_centos9_tag.yml
vendored
@ -13,9 +13,6 @@ jobs:
|
||||
- name: "Install config manager"
|
||||
shell: bash
|
||||
run: "dnf install -y 'dnf-command(config-manager)'"
|
||||
- name: "Enable PowerTools"
|
||||
shell: bash
|
||||
run: "dnf config-manager --set-enabled powertools"
|
||||
- name: "Install git"
|
||||
shell: bash
|
||||
run: "yum install -y git"
|
||||
|
@ -536,7 +536,7 @@ cargo build --all --release""",
|
||||
"dnf install -y 'dnf-command(config-manager)'",
|
||||
),
|
||||
]
|
||||
if "centos" in self.container:
|
||||
if "centos:stream8" in self.container:
|
||||
steps += [
|
||||
RunStep(
|
||||
"Enable PowerTools",
|
||||
|
Loading…
Reference in New Issue
Block a user