Skip to content

Commit

Permalink
Use custom fprime-gds install
Browse files Browse the repository at this point in the history
  • Loading branch information
Reg Marr committed Sep 29, 2024
1 parent 8ec4474 commit f74d528
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Exclude the submodule since we'll use git to grab it or mount it in a container
fprime
fprime-gds

# Exclude large parts of .git, but keep essential files
**/.git/objects/pack/
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "fprime"]
path = fprime
url = [email protected]:ReggieMarr/fprime.git
[submodule "fprime-gds"]
path = fprime-gds
url = [email protected]:nasa/fprime-gds.git
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ ENV PATH="/home/user/.local/bin:${PATH}"
USER root
RUN pip install setuptools setuptools_scm wheel pip fprime-tools && \
pip install -r $FSW_WDIR/fprime/requirements.txt && \
pip install -e $FSW_WDIR/fprime-gds && \
pip install pytest debugpy pyinfra asyncio asyncssh gitpython python-dotenv


FROM fprime_src AS stars_base

ENV TZ='America/Montreal'
Expand Down
2 changes: 1 addition & 1 deletion fprime
Submodule fprime updated 1 files
+2 −1 requirements.txt
1 change: 1 addition & 0 deletions fprime-gds
Submodule fprime-gds added at c926d8

0 comments on commit f74d528

Please sign in to comment.