This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
chirpstack
Watch
1
Star
0
Fork
0
You've already forked chirpstack
mirror of
https://github.com/chirpstack/chirpstack.git
synced
2024-12-18 20:57:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
64b2e82244
chirpstack
/
Dockerfile-devel
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refactor build scripts for cross-rs based cross compiling.
2023-05-29 13:41:30 +00:00
FROM nixos/nix
Refactor testing and (cross)compile. With the update to diesel 2.0.0-rc0, it is now possible to cross-compile without emulation. Note that during each (cross)compile, we have to install libpq-dev for the target platform, as only one version can be installed at a time (e.g. libpq-dev:amd64 conflicts with libpq-dev:armhf).
2022-07-21 10:00:47 +00:00
ENV PROJECT_PATH=/chirpstack
Refactor build scripts for cross-rs based cross compiling.
2023-05-29 13:41:30 +00:00
WORKDIR $PROJECT_PATH
Refactor testing and (cross)compile. With the update to diesel 2.0.0-rc0, it is now possible to cross-compile without emulation. Note that during each (cross)compile, we have to install libpq-dev for the target platform, as only one version can be installed at a time (e.g. libpq-dev:amd64 conflicts with libpq-dev:armhf).
2022-07-21 10:00:47 +00:00
Refactor build scripts for cross-rs based cross compiling.
2023-05-29 13:41:30 +00:00
ENTRYPOINT ["nix-shell"]
Reference in New Issue
Copy Permalink