4paradigm / 4paradigm/OpenMLDB
Make install will compile Java packages for two times
オープン
enhancement
- 主要言語
- C++
- スター
- 1.7k
- フォーク
- 331
- 平均マージ
- 12日 12時間
- マージ済み PR(30日)
- 1
説明
Now `make install` will compile Java packages with `mvn` for two times which takes much more time.
コントリビューションガイド
調査の方向性
Look at the Makefile to understand the 'make install' target and its dependencies. Identify where mvn is invoked and why it runs twice. The fix likely involves adjusting the build order or removing a redundant mvn call. Test by running 'make install' after changes to ensure compilation happens only once.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100