summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 14:59:28 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 14:59:28 +0200
commitc7c41d0b8e4ab0d126923ece34c1713faf6918ca (patch)
treeec147b6a79c6f52267f086c703bff65264d2256e
parent79860e3fa02e7c6f05164eaa4c1d217c3288b35e (diff)
downloadATCD-c7c41d0b8e4ab0d126923ece34c1713faf6918ca.tar.gz
Revert change
* .github/workflows/linux.yml:
-rw-r--r--.github/workflows/linux.yml33
1 files changed, 1 insertions, 32 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index c6bfe121335..ffd1a3b7fd2 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -73,39 +73,8 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-20.04
- - FEATURE: CORBA/e micro
- CC: gcc-10
- CXX: g++-10
- PackageDeps: g++-10
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
- optional_feature: corba_e_micro=1
- optional_macros: corba_e_micro=1
- - FEATURE: CORBA/e compact
- CC: gcc-10
- CXX: g++-10
- PackageDeps: g++-10
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
- optional_feature: corba_e_compact=1
- optional_macros: corba_e_compact=1
- - FEATURE: ACE for TAO
- CC: gcc-10
- CXX: g++-10
- PackageDeps: g++-10
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
- optional_feature: ace_for_tao=1
- optional_macros: ace_for_tao=1
- - FEATURE: wchar
- CC: gcc-10
- CXX: g++-10
- PackageDeps: g++-10
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
- optional_feature: uses_wchar=1
runs-on: ${{ matrix.os }}
- name: ${{ matrix.os }} ${{ matrix.CXX }} ${{ matrix.FEATURE }}
+ name: ${{ matrix.os }} ${{ matrix.CXX }}
env:
ACE_ROOT: ${{ github.workspace }}/ACE
TAO_ROOT: ${{ github.workspace }}/TAO