Skip to content

Commit

Permalink
Mark workspace as a safe area for git
Browse files Browse the repository at this point in the history
  • Loading branch information
grahame-student committed Jul 4, 2023
1 parent e234916 commit fcd50ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN chmod +x /root/Downloads/${INSTALLER_PATH} && \
RUN rm /root/Downloads/${INSTALLER_PATH}
RUN rm /root/Downloads/${INSTALLER_TAR}
RUN mkdir -p /home/build/workspace && \
/opt/ti/ccs/eclipse/eclipse -noSplash -data /home/build/workspace -application com.ti.common.core.initialize -rtsc.productDiscoveryPath "/opt/ti/"
/opt/ti/ccs/eclipse/eclipse -noSplash -data /home/build/workspace -application com.ti.common.core.initialize -rtsc.productDiscoveryPath "/opt/ti/" && \
git config --system --add safe.directory /home/build/workspace/*

# Pre-compile the small code / small data version of the library
# Saves ~6 mins per build
Expand Down

0 comments on commit fcd50ce

Please sign in to comment.