Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old build mechanisms #1002

Merged
merged 7 commits into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# This build is static, dependencies are bundled in the falco binary
"build/centos8":
docker:
- image: falcosecurity/falco-builder:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
- image: falcosecurity/falco-builder:latest
environment:
BUILD_TYPE: "release"
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# Execute integration tests based on the build results coming from the "build/centos8" job
"tests/integration":
docker:
- image: falcosecurity/falco-tester:dynamic-builds # todo(fntlnz): replace this with the actual image once PR #968 is merged
- image: falcosecurity/falco-tester:latest
environment:
SOURCE_DIR: "/source"
BUILD_DIR: "/build"
Expand Down
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions cmake/modules/sysdig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ add_subdirectory("${SYSDIG_SOURCE_DIR}/userspace/libscap" "${PROJECT_BINARY_DIR}
add_subdirectory("${SYSDIG_SOURCE_DIR}/userspace/libsinsp" "${PROJECT_BINARY_DIR}/userspace/libsinsp")
add_dependencies(sinsp tbb b64 luajit)

# explicitly force this dependency to use the system OpenSSL
set(USE_BUNDLED_OPENSSL OFF)

if(USE_BUNDLED_DEPS)
add_dependencies(scap grpc curl jq)
endif()
1 change: 0 additions & 1 deletion docker/builder/root/usr/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ case "$CMD" in
-DFALCO_VERSION="$FALCO_VERSION" \
-DDRAIOS_DEBUG_FLAGS="$DRAIOS_DEBUG_FLAGS" \
-DUSE_BUNDLED_DEPS=ON \
-DUSE_BUNDLED_OPENSSL=OFF \
"$SOURCE_DIR/falco"
exit "$(printf '%d\n' $?)"
;;
Expand Down
4 changes: 0 additions & 4 deletions scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
configure_file(debian/postinst.in debian/postinst)
configure_file(debian/prerm.in debian/prerm)

if(NOT SYSDIG_DIR)
set(SYSDIG_DIR "${PROJECT_SOURCE_DIR}/../sysdig")
endif()

file(COPY "${PROJECT_SOURCE_DIR}/scripts/debian/falco"
DESTINATION "${PROJECT_BINARY_DIR}/scripts/debian")

Expand Down
26 changes: 0 additions & 26 deletions scripts/build

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Falco is an open source project for intrusion and abnormality detection for Cloud Native platforms such as Kubernetes, Mesosphere, and Cloud Foundry. Detect abnormal application behavior. Alert via Slack, Fluentd, NATS, and more. Protect your platform by taking action through serverless (FaaS) frameworks, or other automation.
Falco, the open source cloud-native runtime security project, is the defacto Kubernetes threat detection engine. Falco detects unexpected application behavior and alerts on threats at runtime.
100 changes: 0 additions & 100 deletions scripts/jenkins/build-pipeline/Jenkinsfile

This file was deleted.

28 changes: 0 additions & 28 deletions scripts/jenkins/build-pipeline/build

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/jenkins/build-pipeline/run-tests

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/jenkins/build-pipeline/version

This file was deleted.