-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(opencascade-sys): rework building process of OpenCACADE
The previous building process had multiple issues: - When for example running 'cargo clean && cargo build --workspace --release'. Cargo launched two simultaneous compilations of opencascade resulting in a race conditions cloning the source code. - Builds and source code where compiled into the source directory instead of the target/ folder. - Builds of OpenCASCADE did not reflect the correct optmimization level, since building happened inside a build-dependency instead of a dependency of occara This new approach fixes all of the above listed issues.
- Loading branch information
1 parent
d5a8df2
commit c89a18d
Showing
6 changed files
with
401 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.