diff options
author | Sadie Powell <sadie@witchery.services> | 2021-05-07 19:52:31 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-05-07 20:13:55 +0100 |
commit | d848034590bc402277da975b7efdbc78ce1722fc (patch) | |
tree | 98ece3291feacb2aa1b61cf5928bf638d6807828 /src | |
parent | 876d6d3afe5b936d585159b6c4f444aed808b5b6 (diff) |
Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.
The Argon2 PPA is broken again and I don't want to deal with the
stress of working out why. The 16.04 image is EOL soon (see
actions/virtual-environments/#1084) so switching off it is just
easier.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/extra/m_regex_re2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_regex_re2.cpp b/src/modules/extra/m_regex_re2.cpp index 35414baf1..e3e793d6d 100644 --- a/src/modules/extra/m_regex_re2.cpp +++ b/src/modules/extra/m_regex_re2.cpp @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: find_compiler_flags("re2" "") +/// $CompilerFlags: find_compiler_flags("re2" "-std=c++11") /// $LinkerFlags: find_linker_flags("re2" "-lre2") /// $PackageInfo: require_system("arch") pkgconf re2 |