-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic catchup to commit 5e5b50af23648f233d87b9770ac14e6f65efc3a9
5e5b50a Switch to 64bit build for raspberry 5f54312 Add build for raspberry pi b8ddc56 Drop all cmake files from public 9029305 Bump version to 1.0.0 8897d37 Correct spelling warnings in release notes bcc7598 Bump rstcloth for python 3.12 support 34bdce3 Add release notes ffd1fbc Avoid setting default gateway on Linux eb3752f Adapt documentation to precompiled binary 8289114 Update documentation in existing structure c3388a8 Improve logging in sample app bc4a062 Rename project to pnet c25dcf3 Script to remove wireshark files without alarm frames from a directory bb910db Limit the stationname command line argument length 932347b ignore slot and subslot in dpreal_data read req ecc2f31 update rpc udp port management 36d9677 p-net - fix epm handling e600fc3 p-net - fix behavior for duplicate connection requests 3c41db2 Add helper scripts to install Based-On-Commit: 5e5b50af23648f233d87b9770ac14e6f65efc3a9 Change-Id: If261b8b9ae3db6d0e443a9b3842a030003d23cfe
- Loading branch information
rt-labs bot
committed
May 17, 2024
1 parent
7601ac2
commit 9b97465
Showing
19 changed files
with
301 additions
and
759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
FROM dockcross/linux-arm64-lts | ||
ENV DEFAULT_DOCKCROSS_IMAGE p-net-rbpi | ||
RUN apt-get install -y python3-venv | ||
|
||
RUN pip install --break-system-packages uv | ||
|
||
ARG BUILDER_UID=1001 | ||
ARG BUILDER_GID=1001 | ||
ARG BUILDER_USER=rtljenkins | ||
ARG BUILDER_GROUP=rtljenkins | ||
RUN BUILDER_UID=${BUILDER_GID} BUILDER_GID=${BUILDER_GID} BUILDER_USER=${BUILDER_USER} BUILDER_GROUP=${BUILDER_GROUP} /dockcross/entrypoint.sh echo "Setup jenkins user" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.