Skip to content

Commit

Permalink
point to main branch in ci (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 authored Aug 30, 2024
1 parent 198a571 commit 1f7f070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function(add_test_instance file mode lib option)
endif()
endif()

set(zenoh_router_branch "dev/1.0.0")
set(zenoh_router_branch "main")
get_filename_component(filename ${file} NAME_WE)
set(target ${filename}_${mode})
add_executable(${target} EXCLUDE_FROM_ALL ${file})
Expand Down
2 changes: 1 addition & 1 deletion zenoh-c
2 changes: 1 addition & 1 deletion zenoh-pico
Submodule zenoh-pico updated 46 files
+1 −1 .github/workflows/build-check.yaml
+1 −1 .github/workflows/integration.yaml
+1 −1 .github/workflows/multicast.yaml
+2 −1 include/zenoh-pico/api/macros.h
+69 −7 include/zenoh-pico/api/primitives.h
+13 −0 include/zenoh-pico/collections/intmap.h
+1 −1 include/zenoh-pico/collections/slice.h
+5 −5 include/zenoh-pico/collections/string.h
+1 −0 include/zenoh-pico/protocol/keyexpr.h
+11 −0 include/zenoh-pico/utils/config.h
+40 −17 src/api/api.c
+1 −1 src/collections/bytes.c
+34 −0 src/collections/intmap.c
+2 −2 src/collections/slice.c
+15 −26 src/collections/string.c
+18 −18 src/link/endpoint.c
+16 −6 src/link/multicast/bt.c
+1 −1 src/link/multicast/udp.c
+25 −11 src/link/unicast/serial.c
+1 −1 src/link/unicast/tcp.c
+1 −1 src/link/unicast/udp.c
+1 −1 src/link/unicast/ws.c
+2 −2 src/net/encoding.c
+1 −1 src/net/primitives.c
+3 −3 src/net/session.c
+3 −3 src/protocol/codec.c
+4 −4 src/protocol/codec/message.c
+1 −1 src/protocol/codec/transport.c
+9 −1 src/protocol/keyexpr.c
+1 −1 src/session/scout.c
+0 −1 src/system/windows/network.c
+1 −1 src/transport/multicast.c
+1 −1 src/transport/multicast/lease.c
+2 −2 src/transport/multicast/read.c
+2 −2 src/transport/raweth/link.c
+1 −1 src/transport/raweth/read.c
+1 −1 src/transport/unicast.c
+1 −1 src/transport/unicast/lease.c
+1 −1 src/transport/unicast/read.c
+8 −6 tests/z_client_test.c
+1 −1 tests/z_data_struct_test.c
+26 −26 tests/z_endpoint_test.c
+1 −1 tests/z_keyexpr_test.c
+2 −2 tests/z_msgcodec_test.c
+2 −2 tests/z_peer_multicast_test.c
+1 −1 zenohpico.pc

0 comments on commit 1f7f070

Please sign in to comment.