File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ core.net.http:cacert_path=/etc/ssl/certs/ca-certificates.crt
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ RUN dpkg -i engel-toolchain-cube3210-i686_1.26.0+rc1_amd64.deb
18
18
19
19
COPY toolchain.cmake /opt/x-tools/
20
20
21
+ RUN curl -s http://crl.engelglobal.com/crl/engel.ca_certificates.pem.txt | egrep -v "(^#.*|^$)" | xargs -I % curl -Z -s -o /usr/local/share/ca-certificates/% http://crl.engelglobal.com/crl/% && update-ca-certificates
22
+
21
23
RUN curl -s https://cmake.org/files/v3.31/cmake-3.31.5-linux-x86_64.tar.gz | tar --strip-components=1 -xz -C /usr/local
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ config and profiles and are located in the `.conan2` folder
32
32
- Test will be executed on target machine with gdb
33
33
34
34
## Package/Build with conan v2
35
- conan.lock has no revisions just for showcase
36
35
37
36
### Build default profile
38
37
` conan create . --version 2.0.0 --user steiner --channel testing -pr:h default -s build_type=RelWithDebInfo -pr:b=default --build=missing `
You can’t perform that action at this time.
0 commit comments