Oliver Wipfli

Results 461 comments of Oliver Wipfli

Good point, thanks @ntadej. I was browsing around and saw the node workflow too. What is the difference between platform/node and platform/linux?

The render test artifact html file can be downloaded here: https://github.com/maplibre/maplibre-gl-native/suites/7393552170/artifacts/301090085

The following render test currently fail on the ubuntu runner: ``` 2022-07-17T18:34:10.1241586Z * failed render-tests/fill-visibility/visible 2022-07-17T18:34:36.1808443Z * failed render-tests/runtime-styling/source-add-vector-inline 2022-07-17T18:34:40.0896321Z * failed render-tests/runtime-styling/set-style-source-add-vector-inline 2022-07-17T18:34:44.5957103Z * failed render-tests/runtime-styling/source-add-vector-url 2022-07-17T18:34:48.4943337Z * failed...

Hm, codespaces does not compile. If I run: ``` git submodule update --init --recursive --depth 1 sudo apt update sudo apt install ccache cmake ninja-build pkg-config xvfb libcurl4-openssl-dev libglfw3-dev libuv1-dev...

Maybe github actions runner and codespaces are not identical environments...

The `Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)` on codespaces can be fixed by installing `libjpeg-dev`. So the full steps on codespaces are: ``` git submodule update --init --recursive --depth...

And here is the summary ``` 1216 passed (92.7%) 10 passed but were ignored (0.8%) 80 ignored (6.1%) 5 failed (0.4%) 1 errored (0.1%) ```

We could ignore the tests which fail in CI. There are only 5 failing tests and one which errors, so ignoring them is not a big deal. I could open...

Strange that the new linux render test workflow did not run. Let me close and re-open to trigger ci...

The problem was I used the wrong file extension...