Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docker/fleet-os-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8

# Do we need it? It should be part of the toolchain
# Toolchain installs version 3.28 but aeron requires > 3.30
RUN wget "https://github.com/Kitware/CMake/releases/download/v3.31.8/cmake-3.31.8-linux-x86_64.sh" -O cmake.sh && \
chmod +x cmake.sh && \
./cmake.sh --skip-license --prefix=/usr/local && \
Expand Down Expand Up @@ -61,4 +61,7 @@ RUN apt-get update && \
wget unzip && \
rm -rf /var/lib/apt/lists/*

# Temporary until toolchain cmake is version > 3.30
RUN echo "alias cmake='/usr/local/bin/cmake'" >> /root/.bashrc

ENTRYPOINT ["/usr/sbin/sshd", "-D", "-o", "ListenAddress=0.0.0.0"]
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"Env": {},
"DependsOn": [
"aeron",
"nlohmann-json"
"aeron"
],
"Git": {
"URI": "https://github.com/bringauto/async-function-execution.git",
"Revision": "v0.1.0"
"Revision": "v1.0.0"
},
"Build": {
"CMake": {
Expand All @@ -22,7 +21,7 @@
},
"Package": {
"Name": "async-function-execution",
"VersionTag": "v0.1.0",
"VersionTag": "v1.0.0",
"PlatformString": {
"Mode": "auto"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"Env": {},
"DependsOn": [
"aeron",
"nlohmann-json"
"aeron"
],
"Git": {
"URI": "https://github.com/bringauto/async-function-execution.git",
"Revision": "v0.1.0"
"Revision": "v1.0.0"
},
"Build": {
"CMake": {
Expand All @@ -22,7 +21,7 @@
},
"Package": {
"Name": "async-function-execution",
"VersionTag": "v0.1.0",
"VersionTag": "v1.0.0",
"PlatformString": {
"Mode": "auto"
},
Expand Down
8 changes: 5 additions & 3 deletions package/fleet-protocol-cpp/fleet_protocol_cpp_debug.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"Env": {},
"DependsOn": [
"aeron",
"async-function-execution",
"fleet-protocol-interface"
],
"Git": {
"URI": "https://github.com/bringauto/fleet-protocol-cpp.git",
"Revision": "v1.1.1"
"Revision": "v1.2.0"
},
"Build": {
"CMake": {
Expand All @@ -20,7 +22,7 @@
},
"Package": {
"Name": "fleet-protocol-cpp",
"VersionTag": "v1.1.1",
"VersionTag": "v1.2.0",
"PlatformString": {
"Mode": "auto"
},
Expand All @@ -33,7 +35,7 @@
"ubuntu2204",
"debian12",
"ubuntu2404",
"fedora40",
"ubuntu2504",
"fleet-os-3",
"fedora41",
"fedora42"
Expand Down
8 changes: 5 additions & 3 deletions package/fleet-protocol-cpp/fleet_protocol_cpp_release.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"Env": {},
"DependsOn": [
"aeron",
"async-function-execution",
"fleet-protocol-interface"
],
"Git": {
"URI": "https://github.com/bringauto/fleet-protocol-cpp.git",
"Revision": "v1.1.1"
"Revision": "v1.2.0"
},
"Build": {
"CMake": {
Expand All @@ -20,7 +22,7 @@
},
"Package": {
"Name": "fleet-protocol-cpp",
"VersionTag": "v1.1.1",
"VersionTag": "v1.2.0",
"PlatformString": {
"Mode": "auto"
},
Expand All @@ -33,7 +35,7 @@
"ubuntu2204",
"debian12",
"ubuntu2404",
"fedora40",
"ubuntu2504",
"fleet-os-3",
"fedora41",
"fedora42"
Expand Down
1 change: 1 addition & 0 deletions package/fleet-protocol-interface/fleet_protocol_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"debian12",
"ubuntu1804-aarch64",
"ubuntu2404",
"ubuntu2504",
"fedora40",
"fleet-os-3",
"fedora41",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"debian12",
"ubuntu1804-aarch64",
"ubuntu2404",
"ubuntu2504",
"fedora40",
"fleet-os-3",
"fedora41",
Expand Down