diff --git a/config/buildroot.yaml b/config/buildroot.yaml index 98723a488d1689cedffac493fc732a96bd8d77cc..dc249081ba80aa0a35522deb77ddd13d8f1b1bf9 100644 --- a/config/buildroot.yaml +++ b/config/buildroot.yaml @@ -20,6 +20,10 @@ build: stderrfilt: true prebuild: + # Building with the Docker runtime on macOS will fail while configuring + # host-tar unless this variable is set. + - export FORCE_UNSAFE_CONFIGURE=1 + # Start from default config, but allow higher level layers to modify it. - make BR2_JLEVEL=${param:jobs} O=${param:builddir} BR2_DEFCONFIG=${param:configdir}/buildroot.config defconfig # Uncomment the below line if you want to regenerate the defconfig and