Skip to content

Commit af5f741

Browse files
Ignore rmw_test_fixture (#315)
* Ignore rmw_test_fixture Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> * Deprecate 4.4 Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> --------- Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent 3fb203b commit af5f741

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
idf_target: [ esp32, esp32s2, esp32s3, esp32c3, esp32c6]
16-
idf_version: [ "espressif/idf:release-v4.4", "espressif/idf:release-v5.2" ]
16+
idf_version: [ "espressif/idf:release-v5.2" ]
1717
exclude:
1818
# Skip IDF v4 + ESP32C6 combination
1919
- idf_target: esp32c6
@@ -112,4 +112,4 @@ jobs:
112112
make -f libmicroros.mk clean
113113
cd examples/int32_publisher_embeddedrtps
114114
idf.py set-target ${{ matrix.idf_target }}
115-
idf.py build
115+
idf.py build

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
# Skip IDF v4 + ESP32C6 combination
2222
- idf_target: esp32c6
2323
idf_version: espressif/idf:release-v4.4
24+
# Skip IDF v4 for rolling and kilted
25+
- branch: rolling
26+
idf_version: espressif/idf:release-v4.4
27+
- branch: kilted
28+
idf_version: espressif/idf:release-v4.4
2429

2530

2631
container:

libmicroros.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $(EXTENSIONS_DIR)/micro_ros_dev/install:
4444
git clone -b kilted https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
4545
git clone -b kilted https://github.com/ament/ament_index src/ament_index; \
4646
touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \
47+
touch src/ament_cmake_ros/rmw_test_fixture/COLCON_IGNORE; \
4748
colcon build --cmake-args -DBUILD_TESTING=OFF -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=gcc;
4849

4950
$(EXTENSIONS_DIR)/micro_ros_src/src:

0 commit comments

Comments
 (0)