Conan 2.x migration and the lessons learned

1.4. Conan Integrations 1.4.1. Conan Toolchain generator 1.4.2. Conan Deps generator XcodeToolchain changes 1.5. Conan APIs 1.5.1. Loading a conan profile via the ConanAPI 1.5.2. Computing the dependency graph via the Conan Graph API 1.6. Deployers 1. Conan 2.x migration and the lessons learned In...


Azure pipelines - ctypes importerror

Fixing ctypes ImportError in Azure Pipelines: Missing _type_ Attribute When running pip install in an Azure Pipelines self-hosted agent, you might encounter the following error: File "~\myselfhostedagent\_work\_tool\Python\3.12.3\x64\Lib\site-packages\pip\_vendor\platformdirs\windows.py",...


Deploying a Blog with GitHub Actions, Docker, and Submodules

๐Ÿš€ Deploying a Blog with GitHub Actions, Docker, and Submodules ๐Ÿ“Œ Problem Statement If youโ€™re using GitHub Actions to build and deploy a static blog that: Runs inside Docker Pushes generated content to a GitHub Pages submodule Requires Git authentication to commit and push changes Then, you might run...


Azure pipelines cross-platform python scripting

Azure pipelines cross-platform python scripting This post is a continuation of Azure pipelines cross-platform scripts for Self-Hosted Azure agents. If you’ve missed it make sure to read this first, since we’re going to extend on it. I can hear you think, “but Python is already...


Azure pipelines cross-platform scripts

Azure pipelines cross-platform scripts To keep things simple when setting up a CI/CD pipeline for a cross-platform application we cautiously have to consider our options for running the steps in what scripting language, because we don’t want to end up with scripts that do the same thing...