Skip to content

Commit

Permalink
update build images to the newly created buster build images
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei authored and jjnicola committed Sep 7, 2020
1 parent c71af8e commit e2832a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
command: clang-format -i -style=file src/*.{c,h} misc/*.{c,h} nasl/*.{c,h} && git diff --exit-code
test_units:
docker:
- image: greenbone/build-env-openvas-scanner-master-debian-stretch-gcc-core
- image: greenbone/build-env-openvas-scanner-master-debian-buster-gcc-core
steps:
- run:
working_directory: ~/gvm-libs
Expand All @@ -26,7 +26,7 @@ jobs:
command: mkdir build && cd build/ && cmake -DCMAKE_BUILD_TYPE=Release .. && make tests && CTEST_OUTPUT_ON_FAILURE=1 make test
build_gcc_core:
docker:
- image: greenbone/build-env-openvas-scanner-master-debian-stretch-gcc-core
- image: greenbone/build-env-openvas-scanner-master-debian-buster-gcc-core
steps:
- run:
working_directory: ~/gvm-libs
Expand All @@ -42,7 +42,7 @@ jobs:
command: mkdir build && cd build/ && cmake -DCMAKE_BUILD_TYPE=Release .. && make install
scan_build:
docker:
- image: greenbone/build-env-openvas-scanner-master-debian-stretch-clang-core
- image: greenbone/build-env-openvas-scanner-master-debian-buster-clang-core
steps:
- run:
working_directory: ~/gvm-libs
Expand Down

0 comments on commit e2832a1

Please sign in to comment.