3/12/2020
Windows Eclipse/Console font to use: Hack High (font size: 9)
The Consolas font is too short. The solution is to use the Hack High font.
In One Drive | cygwin_home | Hack-font.zip
https://github.com/equwal/alt-hack0 (need to adjust the line height by using the tool in the Hack repository)
https://github.com/source-foundry/Hack
The line height (gap) or slashed zero can be customized by using the hack repository. Don't need to use fontforge.
In One Drive | cygwin_home | Hack-font.zip
https://github.com/equwal/alt-hack0 (need to adjust the line height by using the tool in the Hack repository)
https://github.com/source-foundry/Hack
The line height (gap) or slashed zero can be customized by using the hack repository. Don't need to use fontforge.
3/08/2020
bazel build cannot run because of limited memory
Use --jobs=N to reduce the number of concurrent number of jobs to reduce memory useage
3/06/2020
Bazel build cannot create symbolic link in VirtualBox shared folder
cannot create symbolic link bazel-bin -> /home/liangzou/.cache/bazel/_bazel_liangzou/766790ddbe8cf965fa78098dbd133c63/execroot/__main__/bazel-out/k8-opt/bin: /home/liangzou/gitreview/deepmap/bazel-bin (Protocol error)
cannot create symbolic link bazel-bin -> /home/liangzou/.cache/bazel/_bazel_liangzou/766790ddbe8cf965fa78098dbd133c63/execroot/__main__/bazel-out/k8-opt/bin: /home/liangzou/gitreview/deepmap/bazel-bin (Operation not permitted)
Good news: I've found a Windows solution (https://serverfault.com/questions/345341/cant-create-symlinks-in-virtualbox-shared-folders):
- Run the VBoxManage.exe command: for example D:\Programs\Oracle\VirtualBox>VBoxManage.exe setextradata
VBoxInternal2/SharedFoldersEnableSymlinksCreate/ 1 - Restart the VirtualBox with Administrator privilege. You can right click on the Oracle VM VirtualBox, choose 'Run this program as an administrator' in the Compatibility tab.
Subscribe to:
Posts (Atom)