File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 - name : Install apt dependencies
9595 uses : eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
9696 with :
97- packages : libasio-dev libtinyxml2-dev libssl-dev swig4.1 doxygen imagemagick plantuml
97+ packages : libasio-dev libtinyxml2-dev libssl-dev swig doxygen imagemagick plantuml
9898 update : false
9999 upgrade : false
100100
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ def configure_doxyfile(
299299 sys .exit (doxygen_ret )
300300
301301 # Generate SWIG code.
302- swig_ret = subprocess .call ('swig4.1 -python -doxygen -I{}/include \
302+ swig_ret = subprocess .call ('swig -python -doxygen -I{}/include \
303303 -outdir {}/fastdds_python/src/swig -c++ -interface \
304304 _fastdds_python -o \
305305 {}/fastdds_python/src/swig/fastddsPYTHON_wrap.cxx \
Original file line number Diff line number Diff line change 66version : 2
77
88build :
9- os : ubuntu-24 .04
9+ os : ubuntu-20 .04
1010 tools :
1111 python : " 3.11"
1212 apt_packages :
1313 - plantuml
14- - swig4.1
14+ - swig
1515
1616# Build documentation in the docs/ directory with Sphinx
1717sphinx :
You can’t perform that action at this time.
0 commit comments