Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
os: [windows-latest, ubuntu-latest]
rust_version: [stable]
build_flags: ["", "--features double-precision", "--features object-layer-u32", "--all-features"]
exclude:
- os: ubuntu-latest

runs-on: ${{ matrix.os }}
name: Tests - ${{ matrix.os }} ${{ matrix.rust_version }} ${{ matrix.build_flags }}
Expand Down
2 changes: 2 additions & 0 deletions crates/joltc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ fn build_joltc() {

let mut dst = config.build();

println!("cargo:rustc-link-search=native={}", dst.display());

// Jolt and JoltC put libraries in the 'lib' subfolder. This goes against
// the docs of the cmake crate, but it's possible that it's just mishandling
// an output path and not account for the install target's configurability.
Expand Down
Loading