Skip to content

Enable 'lazy_static' on OpenBSD builds.#1

Open
benoit-canet wants to merge 1 commit intorust-skia:rust-skiafrom
benoit-canet:openbsd-build
Open

Enable 'lazy_static' on OpenBSD builds.#1
benoit-canet wants to merge 1 commit intorust-skia:rust-skiafrom
benoit-canet:openbsd-build

Conversation

@benoit-canet
Copy link

Doing 'make test-local-build' in revision
b3d8a0002702bc456465e2ccfd01412ae264ca37 of
https://github.com/rust-skia/rust-skia.git
was failing under 'OpenBSD 7.8' with the
following message.


--> src/lib.rs:6:1
|
6 | extern crate lazy_static;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Enable 'lazy_static' in Cargo.toml for the
OpenBSD platform.

'cargo build' now run OK.

'cargo test' mostly pass excepted the
following test.


test target/debug/build/offscreen_gl_context-b4279f645908a2ba/out/glx_extra_bindings.rs

  • glx_extra::Glx::load_with (line 431) ... ignored ---

Doing 'make test-local-build' in revision
b3d8a0002702bc456465e2ccfd01412ae264ca37 of
https://github.com/rust-skia/rust-skia.git
was failing under 'OpenBSD 7.8' with the
following message.

---
 --> src/lib.rs:6:1
  |
6 | extern crate lazy_static;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
---

Enable 'lazy_static' in Cargo.toml for the
OpenBSD platform.

'cargo build' now run OK.

'cargo test' mostly pass excepted the
following test.

---
test target/debug/build/offscreen_gl_context-b4279f645908a2ba/out/glx_extra_bindings.rs
- glx_extra::Glx::load_with (line 431) ... ignored
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant