owned this note changed 6 years ago
Published Linked with GitHub

使用 BUCK 改善編譯速度 - Qing-Cheng Li

所有議程請見議程表

歡迎來到 https://hackmd.io/@iPlayground/2019 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

YouTube

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Slide

Demo source code
Demo Buck cache server


省下泡一杯咖啡的時間

有些文件沒有更新,最好看看 source code

聲稱用了buck就可以不用clean build

Build Rules

  • Describe how to produce an output file from input files.

Build Target

  • A string that uniquely identifies a build rule.

  • It can be thought of as a URI for the build rule within the Buck project.

  • Example:

  • Buck file path between // to :

Build Files

  • 放定義好的build rules
















Reference:

tags:iPlayground2019
Select a repo