Skip to content

Commit e8f0f87

Browse files
committed
no longer gcc7 support
1 parent 0295764 commit e8f0f87

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci_linux.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- name: "GCC7 Debug"
22-
pkg: "g++-7"
23-
cxx: "g++-7"
24-
cc: "gcc-7"
25-
build_type: Debug
26-
2721
- name: "GCC8 Release"
2822
pkg: "g++-8"
2923
cxx: "g++-8"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The binary is linked statically and therefore does not require any runtime libra
1313

1414
### Building from source
1515
You may also want to build graphtyper from source, for example if you want to make changes to the code. In this case, you'll first need the following:
16-
* C++ compiler with full AVX512 support (GCC 7+)
16+
* C++ compiler with full AVX512 support (GCC 8+)
1717
* Boost>=1.57.0
1818
* zlib>=1.2.8
1919
* libbz2

0 commit comments

Comments
 (0)