Skip to content

[Hotfix][libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox#9440

Closed
mehrdadh wants to merge 1 commit intoapache:mainfrom
mehrdadh:libinfo_add_microtvm_build
Closed

[Hotfix][libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox#9440
mehrdadh wants to merge 1 commit intoapache:mainfrom
mehrdadh:libinfo_add_microtvm_build

Conversation

@mehrdadh
Copy link
Member

@mehrdadh mehrdadh commented Nov 3, 2021

instead of only adding build to dll_path, this patch adds any directory starts with build to support build directories for microtvm RVM such as build-microtvm-zephyr and build-microtvm-arduino, etc.

This is currently breaking microtvm ci.

cc @areusch @leandron

@mehrdadh mehrdadh changed the title [libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox [Hotfix][libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox Nov 3, 2021
@mehrdadh mehrdadh force-pushed the libinfo_add_microtvm_build branch from 0a5599e to 4bb271a Compare November 3, 2021 21:03
@mehrdadh
Copy link
Member Author

mehrdadh commented Nov 4, 2021

the issue was due to vagrant ssh -c command which ssh doesn't source .bashrc and therefore TVM_LIBRARY_PATH was missing. Fixed it by sourcing .bashrc before each pytest command.

@mehrdadh mehrdadh closed this Nov 4, 2021
@mehrdadh mehrdadh deleted the libinfo_add_microtvm_build branch November 4, 2021 15:59
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