-
```
What steps will reproduce the problem?
1. Used CMake to create MSVS 9 Solution file with the following command: cd
CMake\win-x64 && CMake -G "Visual Studio 9 2008 Win64" -Dgtest_build_tests=ON
.…
-
```
What steps will reproduce the problem?
1. Used CMake to create MSVS 9 Solution file with the following command: cd
CMake\win-x64 && CMake -G "Visual Studio 9 2008 Win64" -Dgtest_build_tests=ON
.…
-
```
What steps will reproduce the problem?
1. Used CMake to create MSVS 9 Solution file with the following command: cd
CMake\win-x64 && CMake -G "Visual Studio 9 2008 Win64" -Dgtest_build_tests=ON
.…
-
Building wheel for llama-cpp-python (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for llama-cpp-python (pyproject.toml) did not run successfully.
│ exit co…
-
```
Severity Code Description Project File Line Suppression State Details
Warning C26495 Variable 'benchmark::BenchmarkReporter::Run::family_index' is uninitialized. Always initialize a member varia…
1vanK updated
1 month ago
-
**Describe the bug**
Building for rd_rw612_bga/frdm_rw612 fails when disabling 802.11ax.
**To Reproduce**
1. `cd ~/zephyrproject/zephyr/`
2. `west update` as needed
3. `west build -b …
-
It seems there is some cmake target issue for `clang-format` and `clang-tidy` options when running `archery lint` on M1:
```java
...
-- Build files have been written to: /private/var/folders/gw…
-
```
$ ./scripts/ci/cmake-build Release shared
+++ dirname ./scripts/ci/cmake-build
++ cd -- ./scripts/ci
++ pwd -P
+ THIS_SCRIPT=/home/user/src/automerge/scripts/ci
+ BUILD_TYPE=Release
+ LIB_T…
-
The [CI](https://github.com/pqc-thunderbird/rnp-dev/actions/runs/5267173229/jobs/9522084281) currently seems check the code format with clang-format 11.0.0. But in the pre-commit Hook in current maste…
-
### Bug description
Write parquet file requires disable gluten.
```
spark.sql("set spark.gluten.enabled=false")
spark.range(1000).selectExpr("id%2 as c1", "id%5 as c2", "id as c3").write.mode("o…