summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2022-06-24 10:48:37 -0500
committerAdam Mitz <mitza@objectcomputing.com>2022-06-24 10:48:37 -0500
commit5e9d29efdf8e1654cd19e37edba34c0460521aaf (patch)
treeb5ce9ed8ec23068c221557a8484e0d4dd589fec9 /.github/workflows
parentf2fe7927b6894ab38af79cf3c9be760448cf5ee9 (diff)
downloadATCD-5e9d29efdf8e1654cd19e37edba34c0460521aaf.tar.gz
try building on macOS without ACE_ANY_OPS_USE_NAMESPACE
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macosx.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index 26699f42c46..0a5b0d7a020 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -69,8 +69,7 @@ jobs:
run: |
make -j 6 -C ${env:ACE_ROOT}/tests
shell: pwsh
-# Requires fixing of https://github.com/DOCGroup/ACE_TAO/issues/1525
-# - name: Build TAO/tests/IDL_Test project
-# run: |
-# make -j 6 -C ${env:TAO_ROOT}/tests/IDL_Test
-# shell: pwsh
+ - name: Build TAO/tests/IDL_Test project
+ run: |
+ make -j 6 -C ${env:TAO_ROOT}/tests/IDL_Test
+ shell: pwsh