Skip to content

Commit

Permalink
Merge pull request #123 from wx257osn2/update-cpp-compilers-and-boost
Browse files Browse the repository at this point in the history
Update C++ Compilers and Boost
  • Loading branch information
melpon authored Apr 6, 2023
2 parents ed8bb7a + 9a4a802 commit b4c0b51
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
version:
- 12.1.0
- 12.2.0
- 11.1.0
- 10.2.0
- 9.3.0
Expand Down Expand Up @@ -63,9 +63,10 @@ jobs:
fail-fast: false
matrix:
version:
- 15.0.0
- 14.0.0
- 13.0.0
- 16.0.1
- 15.0.7
- 14.0.6
- 13.0.1
- 12.0.1
- 11.1.0
- 10.0.1
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.79.0 gcc 12.1.0
- 1.81.0 gcc 12.2.0
- 1.79.0 gcc 11.1.0
- 1.78.0 gcc 11.1.0
- 1.75.0 gcc 11.1.0
Expand All @@ -108,10 +109,11 @@ jobs:
- 1.75.0 gcc 6.5.0
- 1.75.0 gcc 5.5.0
- 1.75.0 gcc 4.9.4
- 1.80.0 clang 15.0.0
- 1.79.0 clang 14.0.0
- 1.78.0 clang 14.0.0
- 1.78.0 clang 13.0.0
- 1.81.0 clang 16.0.1
- 1.80.0 clang 15.0.7
- 1.79.0 clang 14.0.6
- 1.78.0 clang 14.0.6
- 1.78.0 clang 13.0.1
- 1.78.0 clang 12.0.1
- 1.75.0 clang 11.1.0
- 1.75.0 clang 10.0.1
Expand Down
1 change: 1 addition & 0 deletions ga-build/clang/resources/clang-13.0.1.src.tar.xz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
787a9e2d99f5c8720aa1773e4be009461cd30d3bd40fdd24591e473467c917c9 *clang-13.0.1.src.tar.xz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cc2bc8598848513fa2257a270083e986fd61048347eccf1d801926ea709392d0 *clang-tools-extra-13.0.1.src.tar.xz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7b33955031f9a9c5d63077dedb0f99d77e4e7c996266952c1cec55626dca5dfc *compiler-rt-13.0.1.src.tar.xz
1 change: 1 addition & 0 deletions ga-build/clang/resources/libcxx-13.0.1.src.tar.xz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2f446acc00bb7cfb4e866c2fa46d1b6dbf4e7d2ab62e3c3d84e56f7b9e28110f *libcxx-13.0.1.src.tar.xz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
db5fa6093c786051e8b1c85527240924eceb6c95eeff0a2bbc57be8422b3cef1 *libcxxabi-13.0.1.src.tar.xz
1 change: 1 addition & 0 deletions ga-build/clang/resources/llvm-13.0.1.src.tar.xz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ec6b80d82c384acad2dc192903a6cf2cdbaffb889b84bfb98da9d71e630fc834 *llvm-13.0.1.src.tar.xz
1 change: 1 addition & 0 deletions ga-build/gcc/resources/gcc-12.2.0.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac6b317eb4d25444d87cf29c0d141dedc1323a1833ec9995211b13e1a851261c *gcc-12.2.0.tar.gz

0 comments on commit b4c0b51

Please sign in to comment.