ci/github: clang-12 on ubuntu-22.04 is unable to find libunwind
[awesomized/libmemcached] / .github / workflows / cmake-build-ci.gen
index 9bc92a43e0bf74dc590020b9e72602fa7ffb84e8..a27290a3f2479c2240e3839fcedc724a10e098e8 100755 (executable)
@@ -47,7 +47,6 @@ const MAP = [
           'env.CC_VER' => [
             "new"  => "-14",
             "cur"  => "-13",
-            "old"  => "-12"
           ]
         ]
       ]
@@ -82,10 +81,6 @@ const ENV = [
         "CXXFLAGS" => "-stdlib=libc++",
         "INSTALL_CXX" => "libc++-13-dev libc++abi-13-dev"
       ],
-      "old" => [
-        "CXXFLAGS" => "-stdlib=libc++",
-        "INSTALL_CXX" => "libc++-12-dev libc++abi-12-dev"
-      ],
     ]
   ],
   "ubuntu-20.04" => [