Skip to content

Commit

Permalink
Shippable: Try to fix gdb permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jun 29, 2019
1 parent fb2c698 commit 6aa9150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
EXTRA_CMAKE_FLAGS="-DBUILD_LTO_LIBS=ON -DCMAKE_EXE_LINKER_FLAGS=-static-libstdc++ -DLDC_INSTALL_LTOPLUGIN=ON -DLDC_INSTALL_LLVM_RUNTIME_LIBS=ON -DLDC_INSTALL_LLVM_RUNTIME_LIBS_ARCH=aarch64"

build:
pre_ci_boot:
options: "--cap-add=SYS_PTRACE --security-opt seccomp=unconfined"
ci:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -q update
Expand Down

0 comments on commit 6aa9150

Please sign in to comment.