summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 17:00:05 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 17:00:05 +0200
commitffc65a5f47a0815577c1812f214cfde3a3b9070c (patch)
tree4d00cd97125e9cdc14500240c0da1ef6fcc01df8
parente6d828ed165644465a6499a17105f01586f7f3d4 (diff)
downloadATCD-ffc65a5f47a0815577c1812f214cfde3a3b9070c.tar.gz
Platform include should be last
* .github/workflows/linux.yml:
-rw-r--r--.github/workflows/linux.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b95fa511838..92c8dae6d36 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -134,13 +134,9 @@ jobs:
run: |
'#include "ace/config-linux.h"' > ${env:ACE_ROOT}/ace/config.h
shell: pwsh
- - name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
- run: |
- '${{ matrix.platform_file }}' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
- shell: pwsh
- name: extend $ACE_ROOT/include/makeinclude/platform_macros.GNU
run: |
- 'ipv6=1' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ 'ipv6=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
'xerces3=1' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
'ssl=1' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh
@@ -149,6 +145,10 @@ jobs:
'${{ matrix.optional_macros }}' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh
if: matrix.optional_macros != ''
+ - name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
+ 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