Skip to content

Commit abc8548

Browse files
committed
[#256] Remove KMC Test prep for open source containers
1 parent 22255f7 commit abc8548

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

.github/workflows/build.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -96,51 +96,51 @@ jobs:
9696
#
9797
# KMC Build
9898
#
99-
kmc_build:
100-
# Container Setup
101-
runs-on: ubuntu-latest
102-
steps:
103-
- uses: actions/checkout@v2
104-
- name: Update
105-
run: sudo apt-get update
106-
- name: Install Dependencies
107-
run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3
108-
- name: Install Python Libraries
109-
run: sudo pip install pycryptodome
110-
- name: Install Libgcrypt
111-
run: >
112-
curl
113-
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
114-
-o /tmp/libgpg-error-1.50.tar.bz2
115-
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
116-
&& cd /tmp/libgpg-error-1.50
117-
&& sudo ./configure
118-
&& sudo make install
119-
&& curl
120-
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
121-
-o /tmp/libgcrypt-1.11.0.tar.bz2
122-
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
123-
&& cd /tmp/libgcrypt-1.11.0
124-
&& sudo ./configure
125-
&& sudo make install
126-
&& sudo ldconfig
127-
# End Container Setup
99+
# kmc_build:
100+
# # Container Setup
101+
# runs-on: ubuntu-latest
102+
# steps:
103+
# - uses: actions/checkout@v2
104+
# - name: Update
105+
# run: sudo apt-get update
106+
# - name: Install Dependencies
107+
# run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3
108+
# - name: Install Python Libraries
109+
# run: sudo pip install pycryptodome
110+
# - name: Install Libgcrypt
111+
# run: >
112+
# curl
113+
# -LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
114+
# -o /tmp/libgpg-error-1.50.tar.bz2
115+
# && tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
116+
# && cd /tmp/libgpg-error-1.50
117+
# && sudo ./configure
118+
# && sudo make install
119+
# && curl
120+
# -LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
121+
# -o /tmp/libgcrypt-1.11.0.tar.bz2
122+
# && tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
123+
# && cd /tmp/libgcrypt-1.11.0
124+
# && sudo ./configure
125+
# && sudo make install
126+
# && sudo ldconfig
127+
# # End Container Setup
128128

129-
- name: KMC Build Script
130-
working-directory: ${{github.workspace}}
131-
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_kmc.sh
129+
# - name: KMC Build Script
130+
# working-directory: ${{github.workspace}}
131+
# run: bash ${GITHUB_WORKSPACE}/support/scripts/build_kmc.sh
132132

133-
- name: Code-Coverage
134-
working-directory: ${{github.workspace}}
135-
run: make gcov
133+
# - name: Code-Coverage
134+
# working-directory: ${{github.workspace}}
135+
# run: make gcov
136136

137-
- name: Upload
138-
uses: codecov/codecov-action@v4
139-
env:
140-
CODECOV_TOKEN: 71699f25-12a3-44a4-8a83-be777b9e577a
141-
with:
142-
files: 'coverage/*.c.gcov'
143-
verbose: true
137+
# - name: Upload
138+
# uses: codecov/codecov-action@v4
139+
# env:
140+
# CODECOV_TOKEN: 71699f25-12a3-44a4-8a83-be777b9e577a
141+
# with:
142+
# files: 'coverage/*.c.gcov'
143+
# verbose: true
144144

145145
#
146146
# Wolf Build

0 commit comments

Comments
 (0)