training
training copied to clipboard
(Deprecated) Support code for conan 1.X trainings
When I do `conan install ..` I get the following error: `ERROR: Conflict in pcre/8.45: 'pcre/8.45' requires 'zlib/1.2.13' while 'boost/1.72.0' requires 'zlib/1.3'. To fix this conflict you need to override...
Just at the beginning of the course, (environ setup : lesson https://academy.jfrog.com/path/conan/conan-essentials/590849 )after issuing the command: > ~/projects/training/docker_environment$ docker-compose up -d I've got an error message: > ERROR: Couldn't connect...
Trying to deploy the course docker image on my M1 Mac. The install fails with the follow message: ``` [+] Building 149.3s (11/11) FINISHED => [internal] load build definition from...
NOTE: This course is **DEPRECATED.** The contents of this course is **for old versions of Conan 1.0, using very legacy, outdated, deprecated and removed features**. This course is **no longer...
I am on **Exercise: Upload to Artifactory**. Each time I attempt to upload the `hello*` packages, I am met with a failure stating that it failed to establish a new...
15:54:51,627 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 15:54:51,635 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7867e448 - Registering current configuration as safe fallback point 2023-03-11T15:54:53.414Z [jfrou] [INFO ] [58620e417863958e] [security_keys.go:172 ] [main ] []...
I try to access the http://localhost:8082/ but without success. I can login https://academy.jfrog.com/path/conan but the username/password in http://localhost:8082/ are different and I do not know how to reset them. Could...
After launch this command I got this message: 2 errors occurred: * Status: image operating system "linux" cannot be used on this platform, Code: 1 * Status: image operating system...
The Base docker image is Ubuntu Focal (20.04) which recently updated the package `g++-arm-linux-gnueabihf` to version 9. https://packages.ubuntu.com/focal/devel/g++-arm-linux-gnueabihf fixes #104 Some logs: ``` % docker build --platform=linux/amd64 --tag=uilianries/gcc9-armv7 --build-arg CONAN_VERSION=1.53.0...
The `arm-linux-gnueabihf-gcc` version included in Docker image is 9.4.0 and that causes the exercise to fail. Changing `compiler.version=9` in `rpi_armv7` fixes the failure ``` -- Conan: Compiler GCC>=5, checking major...