Skip to content

Commit 9c286da

Browse files
committed
remove gcc 4.8
1 parent 7610a77 commit 9c286da

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

Diff for: .github/workflows/fdp_cpp_api.yaml

+1-41
Original file line numberDiff line numberDiff line change
@@ -131,44 +131,4 @@ jobs:
131131
run: |
132132
cmake --build build --config=Release --target install
133133
cmake -B build_from_install -DFDPAPI_BUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=install -DFDPAPI_NEVER_FETCH=ON
134-
cmake --build build_from_install --config=Release
135-
Build_GCC_4_8:
136-
name: Build GCC 4.8
137-
runs-on: ubuntu-latest
138-
container:
139-
image: ubuntu:18.04
140-
options: --user root
141-
steps:
142-
- uses: actions/setup-python@v4
143-
with:
144-
python-version: "3.9"
145-
architecture: "x64"
146-
- name: Setup GCC 4.8
147-
run: |
148-
apt update
149-
apt install build-essential libssl-dev git -y
150-
git clone https://github.com/Kitware/CMake/
151-
cd CMake
152-
./bootstrap && make && make install
153-
cmake --version
154-
apt install g++-4.8 gcc-4.8 -y
155-
rm /usr/bin/gcc
156-
rm /usr/bin/g++
157-
ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
158-
ln -s /usr/bin/g++-4.8 /usr/bin/g++
159-
gcc --version
160-
g++ --version
161-
cmake --version
162-
- uses: actions/checkout@v3
163-
- name: Install Dependencies
164-
run: |
165-
apt install -y lcov curl libcurl4-openssl-dev gcovr
166-
- name: Configure Library
167-
run: |
168-
cd $GITHUB_WORKSPACE
169-
ls
170-
cmake -Bbuild
171-
- name: Build Library
172-
run: |
173-
cd $GITHUB_WORKSPACE
174-
cmake --build build
134+
cmake --build build_from_install --config=Release

0 commit comments

Comments
 (0)