Skip to content

Commit

Permalink
hfjenifbsijcn
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Aug 14, 2023
1 parent ed63c44 commit 00d3ff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ for toolchain in $1; do
BUILD_END=$(date +"%s")
DIFF=$((BUILD_END - BUILD_START))
echo "build failed in $((DIFF / 60))m, $((DIFF % 60))s" >> "error_${toolchain}.log.info"
echo "compiler: ${toolchain}" >> "error_${toolchain}.log.info"
fi
done

0 comments on commit 00d3ff2

Please sign in to comment.