Skip to content

Commit

Permalink
Update artifact name and compile on Ubuntu 24 (#152)
Browse files Browse the repository at this point in the history
* Fix ddspipe artifact name

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Add Ubuntu 24.04 and remove Ubuntu 20.04

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Update forthcoming_version

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

---------

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm authored Jul 18, 2024
1 parent a2af440 commit c951fb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/project_dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
- name: Download dependencies artifact
uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0
with:
artifact_name: built_ddspipe_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
artifact_name: build_ddspipe_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
workflow_source: build_ddspipe.yml
workflow_source_repository: eProsima/eProsima-CI
target_workspace: ${{ inputs.target_workspace }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reusable workflow to run the following jobs:
#
# - multiplatform-tests
# - [ ubuntu-22.04 | ubuntu-20.04 | windows-2019 | windows-2022 ]
# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2019 | windows-2022 ]
# - [ Debug | Release ]
# - execute tests in different versions of ubuntu with different build types
#
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
- Release
- Debug
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- windows-2019
- windows-2022

Expand Down
8 changes: 0 additions & 8 deletions docs/rst/developer_manual/installation/sources/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,6 @@ To install PyQt6 simply run:
pip3 install PyQt6
.. note::

To install PyQt6 on Ubuntu 20.04, update ``pip`` and ``setuptools`` packages first.

.. code-block:: bash
python3 -m pip install pip setuptools --upgrade
.. _mcap_dependencies:

MCAP dependencies
Expand Down
5 changes: 5 additions & 0 deletions docs/rst/notes/forthcoming_version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
Forthcoming Version
###################

This release includes the following **CI improvements**:

* Upgrade to Ubuntu Noble (24.04).
* Remove Ubuntu Focal (20.04) from the CI.

This release includes the following **Recording features**:

* :ref:`Resource Limits <recorder_specs_logging>`.

0 comments on commit c951fb9

Please sign in to comment.