Skip to content
Snippets Groups Projects
Commit 8b834f31 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Revert "Rename whitelist_file to allow_file in omnibus DSL"

This reverts commit e7853f5d5cd9be316827884056e3bc0d48871c11.
parent 4147901e
No related branches found
No related tags found
3 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!47Making Heptapod 0.25 the new stable in Omnibus,!45GitLab 14.2
......@@ -58,7 +58,7 @@
end
# libatomic is a runtime_dependency of the grpc gem for armhf/aarch64 platforms
allow_file /grpc_c\.so/ if OhaiHelper.arm?
whitelist_file /grpc_c\.so/ if OhaiHelper.arm?
build do
env = with_standard_compiler_flags(with_embedded_path)
......
......@@ -30,11 +30,11 @@
# libatomic is a runtime_dependency of redis for armhf/aarch64 platforms
if OhaiHelper.arm?
allow_file "#{install_dir}/embedded/bin/redis-benchmark"
allow_file "#{install_dir}/embedded/bin/redis-check-aof"
allow_file "#{install_dir}/embedded/bin/redis-check-rdb"
allow_file "#{install_dir}/embedded/bin/redis-cli"
allow_file "#{install_dir}/embedded/bin/redis-server"
whitelist_file "#{install_dir}/embedded/bin/redis-benchmark"
whitelist_file "#{install_dir}/embedded/bin/redis-check-aof"
whitelist_file "#{install_dir}/embedded/bin/redis-check-rdb"
whitelist_file "#{install_dir}/embedded/bin/redis-cli"
whitelist_file "#{install_dir}/embedded/bin/redis-server"
end
build do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment