Skip to content

Fix library path in test build script#289

Open
blazej-jaworowski wants to merge 1 commit into
noib3:mainfrom
blazej-jaworowski:main
Open

Fix library path in test build script#289
blazej-jaworowski wants to merge 1 commit into
noib3:mainfrom
blazej-jaworowski:main

Conversation

@blazej-jaworowski

Copy link
Copy Markdown

Currently nvim-oxi tests get rebuilt even when nothing was changed because of a bug in src/tests/build.rs.

Rust build scripts don't support "stuff" syntax, so path /some/absolute/path resolves to /working/directory/"/some/absolute/path", causing (in my case)

0.035248528s  INFO prepare_target{force=false package_id=eel-nvim v0.0.1 (/home/bjaworowski/projects/eel/nvim/eel-nvim) target="eel_nvim"}: cargo::core::compiler::fingerprint: stale: missing "/home/bjaworowski/projects/eel/nvim/eel-nvim/\"/home/bjaworowski/projects/eel/target/nvim_oxi_tests/eel-nvim/debug/libeel_nvim.so\""

and rebuilding of tests at every run.

c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 15, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 16, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 17, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 17, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 17, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 17, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 17, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 17, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 20, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jun 22, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jul 4, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jul 9, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jul 9, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jul 9, 2026
c-c-k added a commit to c-c-k/nvim-oxi that referenced this pull request Jul 18, 2026
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