skip to Main Content

Spring Boot application build failed – Ubuntu

I am trying to build locally this repository https://github.com/spring-projects/spring-petclinic I followed the steps from the repo but the build result looks like this: [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.757 s [INFO] Finished at: 2023-01-23T15:27:08+02:00 [INFO] ------------------------------------------------------------------------ [ERROR]…

VIEW QUESTION

Cargo: use of unstable library feature 'scoped_threads' – Ubuntu

I have this repo cloned on my Ubuntu 22.04 instance: https://gitlab.conclusive.pl/devices/ubuntu-build and I'm trying to run: git submodule update --init --recursive sudo make image PROFILE=kstr-sama5d27 I receive the following error: error[E0658]: use of unstable library feature 'scoped_threads' --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-deb-1.41.3/src/data.rs:128:5 |…

VIEW QUESTION
Back To Top
Search