build-docker.sh: CI -> BUILD_CI (#63)
- docker run fix (remove -it argument)
[ROCm/rocprofiler-systems commit: 919dcf5456]
Dieser Commit ist enthalten in:
committet von
GitHub
Ursprung
048d7cb856
Commit
feb2b45c0d
@@ -20,16 +20,6 @@ jobs:
|
||||
extensions: ["--rocm +python", "--core +python"]
|
||||
|
||||
steps:
|
||||
- name: Patch Git
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y software-properties-common
|
||||
add-apt-repository -y ppa:git-core/ppa
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get install -y git
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@@ -20,16 +20,6 @@ jobs:
|
||||
extensions: ["--rocm +python", "--core +python"]
|
||||
|
||||
steps:
|
||||
- name: Patch Git
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y software-properties-common
|
||||
add-apt-repository -y ppa:git-core/ppa
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get install -y git
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren