Skip to content

Commit

Permalink
trunk patches obsoleted (upstreamed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-marqh committed Dec 18, 2024
1 parent c441643 commit f4ba924
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,335 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ jobs:
cp arch/* XIOS/arch/
cd XIOS
if [ ${{ matrix.version }} == 'XIOS3/trunk' ]; then
patch -p0 < ../patches/xios3/compilePatches.patch
sed -i 's/<variable_group id="parameters" >/<variable_group id="parameters" > <variable id="transport_protocol" type="string" >p2p<\/variable>/g' generic_testcase/iodef.xml
cat generic_testcase/iodef.xml
elif [ ${{ matrix.version }} == 'XIOS2/trunk' ]; then
patch -p0 < ../patches/xios2/compilePatches.patch
elif [ ${{ matrix.version }} == 'XIOS/trunk@2252' ]; then
patch -p0 < ../patches/xios2/compilePatches.r2252.patch
else
echo "no patches applied"
fi
./make_xios --job 2 --arch GCC_LINUX_APT --debug
cd ..
Expand Down
50 changes: 0 additions & 50 deletions patches/xios2/compilePatches.patch

This file was deleted.

37 changes: 0 additions & 37 deletions patches/xios3/compilePatches.patch

This file was deleted.

Loading

0 comments on commit f4ba924

Please sign in to comment.