summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:55:16 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 15:55:16 +0200
commitb347c6e42210ecda743fa13f43294f98f28229ae (patch)
treed5115b4523bab625d98aba0e1c0fe69a86d9b019 /.github
parenta293b62dab742818572a514251dad14abafcd502 (diff)
downloadATCD-b347c6e42210ecda743fa13f43294f98f28229ae.tar.gz
For wchar we need to disable inlining at this moment
* .github/workflows/linux.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index de8c2facc8a..b95fa511838 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -98,12 +98,13 @@ jobs:
optional_feature: ace_for_tao=1
optional_macros: ace_for_tao=1
- feature: wchar
- CC: gcc-9
- CXX: g++-9
- PackageDeps: g++-9
+ CC: gcc-10
+ CXX: g++-10
+ PackageDeps: g++-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-18.04
+ os: ubuntu-20.04
optional_feature: uses_wchar=1
+ optional_macros: inline=0
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} ${{ matrix.CXX }} ${{ matrix.feature }}
env: