Skip to content

Commit

Permalink
[micromamba] turn off werror
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Nov 22, 2024
1 parent 7ef0ed5 commit fa25b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions alarmcn/micromamba/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build() {
-DBUILD_MAMBA=ON \
-DBUILD_SHARED=ON \
-DBUILD_STATIC=OFF \
-DMAMBA_WARNING_AS_ERROR=OFF \
-B build
cmake --build build
}
Expand Down
1 change: 1 addition & 0 deletions archlinuxcn/micromamba/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build() {
-DBUILD_MAMBA=ON \
-DBUILD_SHARED=ON \
-DBUILD_STATIC=OFF \
-DMAMBA_WARNING_AS_ERROR=OFF \
-B build
cmake --build build
}
Expand Down

0 comments on commit fa25b97

Please sign in to comment.