<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CI/CD west build using docker container</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109164/ci-cd-west-build-using-docker-container</link><description>Hi everyone, 
 
 I am using a Bitbucket Pipeline for my firmware build process, I am using a Nordic docker pre-built image for performing the goal. 
 If I launch the docker run with my local PC the build process is successful, the following command is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Mar 2024 13:23:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109164/ci-cd-west-build-using-docker-container" /><item><title>RE: CI/CD west build using docker container</title><link>https://devzone.nordicsemi.com/thread/473443?ContentTypeID=1</link><pubDate>Tue, 12 Mar 2024 13:23:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2aea6a58-3b84-4ef0-862c-4f2977f90fd4</guid><dc:creator>LucaMar</dc:creator><description>&lt;p&gt;I solved! it was a memory size limit to the Docker container, it is sized by default to 1GB, I increased it to 3GB with the following option:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;definitions:
  services:
    docker:
      memory: 3072&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Now the build pipeline works fine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>