Skip to content

Commit

Permalink
Use privileged mode
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Apr 13, 2023
1 parent fec6c94 commit 1a0fe60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ batch:
buildspec: ./tests/ci/codebuild/linux-x86/openssh_integration.yml
env:
type: LINUX_CONTAINER
privileged-mode: false
privileged-mode: true
compute-type: BUILD_GENERAL1_LARGE
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:amazonlinux-2022_clang-14x_latest

Expand Down
4 changes: 3 additions & 1 deletion tests/ci/run_openssh_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ ls
aws_lc_build -DBUILD_SHARED_LIBS=1
install_aws_lc

CODEBUILD_SKIPPED_TESTS="agent-subprocess forwarding multiplex forward-control agent-restrict connection-timeout"
# These tests require privileged mode
# CODEBUILD_SKIPPED_TESTS="agent-subprocess forwarding multiplex forward-control agent-restrict connection-timeout"
CODEBUILD_SKIPPED_TESTS=""

# Using default branch. Build openssh and run tests.
openssh_build
Expand Down

0 comments on commit 1a0fe60

Please sign in to comment.