I have a program that runs a script to build. When the script runs cdebootstrap, it works for a while and then says:
E: Failed to unshare: Operation not permitted
Here is my config.yml:
version: 2
jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run: apt update
- run: apt install -y sudo wget
- run:
name: Change script permissions
command: sudo chmod u+x create-targz-x64.sh
- run:
name: Build
command: sudo ./create-targz-x64.sh