Skip to content

Commit

Permalink
fix: Add build script to fix doc build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko committed Jul 8, 2024
1 parent 6bed5c9 commit 5a03dd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fn main() {
if std::env::var("DOCS_RS").is_ok() {
std::env::set_var("K8S_OPENAPI_ENABLED_VERSION", "1.26");
}
}

0 comments on commit 5a03dd1

Please sign in to comment.