Martin Grigorov
Martin Grigorov
AFAIK there is no way to use different version of sysroot/glibc - https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/d3a9f984e7a73dc954e566463b603637c96e3ea2/recipe/conda_build_config.yaml#L17C1-L21C1
> @mencian did you manage to build this locally? Are you planning to continue this? Or do you have an idea why the build is still failing? `install-muse.sh` needs more...
> @martin-g How do we not use the install-muse.sh file when we use the tar from the release? You will need to add `requirements > host` entries for boost, gperftools...
@famosab The error is: ``` 2024-10-15T09:00:16.8761730Z 09:00:04 [32mBIOCONDA INFO[0m (OUT) /opt/conda/conda-bld/muse_1728982615366/work/conda_build.sh: line 13: COMMONLIBS: unbound variable ``` at line https://github.com/bioconda/bioconda-recipes/pull/47957/files#diff-3a84d9bb4364ccba6bfa57788fc6a1f803942168cb06524e7fd8ea80f07d841aR13
@chensjmail How could I help ?
You can use https://jakarta.ee/specifications/platform/9/apidocs/jakarta/servlet/servletcontextlistener#contextDestroyed-jakarta.servlet.ServletContextEvent- to be notified about the shut down and do whatever cleanup is needed.
I am not familiar with Nacos but you need to stop/shutdown/release any thread pools, job schedulers, etc. in the contextDestroyed() callback method. Without such cleanup these daemon services will leak...
See `base_image` documentation in the [README](https://github.com/uraimo/run-on-arch-action?tab=readme-ov-file#usage) With this setting you could use any custom image.
> but it still fails Fails how ? Link to your workflow and logs please !
I have the feeling the `arch` has to be passed to https://github.com/uraimo/run-on-arch-action/blob/master/src/run-on-arch.sh and then used for the `docker build` calls. Let's see what @uraimo thinks about it. The `arch` should...