Skip to content

Commit

Permalink
Use new stretch-based ftl-build:v1.8 containers
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Nov 28, 2020
1 parent ed1d716 commit 4b1a27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ version: 2
.docker_template: &docker_template
docker:
- image: pihole/ftl-build:v1.7-$CIRCLE_JOB
- image: pihole/ftl-build:v1.8-$CIRCLE_JOB
<<: *job_steps

jobs:
Expand Down
2 changes: 1 addition & 1 deletion test/arch_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ elif [[ "${CIRCLE_JOB}" == "x86_64-musl" ]]; then
check_machine "ELF64" "Advanced Micro Devices X86-64"
check_static # Binary should not rely on any dynamic interpreter
check_libs "" # No dependency on any shared library is intended
check_file "ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), statically linked, not stripped"
check_file "ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped"

elif [[ "${CIRCLE_JOB}" == "x86_32" ]]; then

Expand Down

0 comments on commit 4b1a27b

Please sign in to comment.