summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-08 10:57:48 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-08 10:57:48 +0200
commit705bb9c6fbf689782915b5f8d6afd2c00bd0685d (patch)
tree523f5ddd6c0bca50a9b4bd585e2c45007bd6d7e9 /.github
parent57fbff400b522238100ac162cbd21416c4541f2c (diff)
downloadATCD-705bb9c6fbf689782915b5f8d6afd2c00bd0685d.tar.gz
Removed setting of ipv6, doesn't work with face
* .github/workflows/face.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/face.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/face.yml b/.github/workflows/face.yml
index f3b09a351c9..6248c205db1 100644
--- a/.github/workflows/face.yml
+++ b/.github/workflows/face.yml
@@ -46,10 +46,6 @@ jobs:
'#define ACE_FACE_SAFETY_BASE' > ${env:ACE_ROOT}/ace/config.h
'#include "ace/config-linux.h"' >> ${env:ACE_ROOT}/ace/config.h
shell: pwsh
- - name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
- run: |
- 'ipv6=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
- shell: pwsh
- name: add optional optional macros
run: |
'${{ matrix.optional_macros }}' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
@@ -59,10 +55,6 @@ jobs:
run: |
'${{ matrix.platform_file }}' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh
- - name: create $ACE_ROOT/bin/MakeProjectCreator/config/default.features
- run: |
- 'ipv6=1' > ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
- shell: pwsh
- name: add optional optional feature
run: |
'${{ matrix.optional_feature }}' >> ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features