Skip to content

Commit e4d3a3b

Browse files
committed
remove lockfile
1 parent cf14c9f commit e4d3a3b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.conan2/global.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
core.net.http:cacert_path=/etc/ssl/certs/ca-certificates.crt

.devcontainer/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ RUN dpkg -i engel-toolchain-cube3210-i686_1.26.0+rc1_amd64.deb
1818

1919
COPY toolchain.cmake /opt/x-tools/
2020

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+
2123
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

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ config and profiles and are located in the `.conan2` folder
3232
- Test will be executed on target machine with gdb
3333

3434
## Package/Build with conan v2
35-
conan.lock has no revisions just for showcase
3635

3736
### Build default profile
3837
`conan create . --version 2.0.0 --user steiner --channel testing -pr:h default -s build_type=RelWithDebInfo -pr:b=default --build=missing`

0 commit comments

Comments
 (0)