Skip to content

Commit

Permalink
make kokoro use vivado license for all Kintex7 builds, not only for k70t
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Baier <hansfbaier@gmail.com>
  • Loading branch information
hansfbaier committed Apr 18, 2022
1 parent 35081c3 commit 0ba5127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/kokoro/steps/xilinx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ echo "----------------------------------------"
(
set -e
cd /opt
if [ x"$XRAY_SETTINGS" = x"kintex7" ]; then
echo "Using Xilinx Vivado Design Edition for $XRAY_SETTINGS build."
if [ x"$XRAY_DATABASE" = x"kintex7" ]; then
echo "Using Xilinx Vivado Design Edition for $XRAY_DATABASE build."
echo
echo "Making /opt mount rw"
sudo mount -o remount,rw /opt
Expand All @@ -42,7 +42,7 @@ echo "----------------------------------------"
sudo mount -o remount,ro /opt
echo
else
echo "Using Xilinx Vivado WebPack Edition for $XRAY_SETTINGS build."
echo "Using Xilinx Vivado WebPack Edition for $XRAY_DATABASE build."
ls -l Xilinx
fi
)
Expand Down

0 comments on commit 0ba5127

Please sign in to comment.