Skip to content

Commit

Permalink
vendorsetup.sh: Remove ccache configuration
Browse files Browse the repository at this point in the history
ccache causing build error
  • Loading branch information
shripad-jyothinath committed Jul 4, 2023
1 parent 33c9d77 commit d3a6317
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,3 @@ if [ "$1" = "$FDEVICE" -o "$FOX_BUILD_DEVICE" = "$FDEVICE" ]; then
fi
#

# CCACHE
CCACHE_DIR='/mnt/ccache'
if [ ! -f /mnt/ccache/ccache.conf ]
then
sudo mount --bind /home/shripad/.ccache ${CCACHE_DIR}
fi
export USE_CCACHE=1
export CCACHE_EXEC=/usr/bin/ccache
export CCACHE_DIR=${CCACHE_DIR}

0 comments on commit d3a6317

Please sign in to comment.