Skip to content

Commit

Permalink
fixup! Add FIXME (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Dec 4, 2024
1 parent 52525f5 commit d3f33e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
!common.mk
!requirements*.txt
!bin/keys/docker-apt-keyring.pgp
# FIXME: Remove fips_enabled
# https://github.com/DataBiosphere/azul/issues/6675
!fips_enabled
requirements.all.txt
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ __pycache__/
/.coverage
/.coverage.*
/fedramp_inventory.xlsx
# FIXME: Remove fips_enabled
# https://github.com/DataBiosphere/azul/issues/6675
/fips_enabled

## Build products above this line. Please see the `clean` target in Makefile.
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ workflow:
variables:
azul_image: $CI_REGISTRY_IMAGE
azul_image_tag: $CI_PIPELINE_ID
# FIXME: Remove azul_proc_sys_crypto
# https://github.com/DataBiosphere/azul/issues/6675
azul_proc_sys_crypto: /proc/sys/crypto

stages:
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ $(eval $(call requirements,_runtime_deps,requirements_pip,,))
define docker
.PHONY: docker$1
docker$1: check_docker
# FIXME: Remove creation of fips_enabled
# https://github.com/DataBiosphere/azul/issues/6675
echo 0 > fips_enabled
docker build \
--build-arg azul_docker_registry=$$(azul_docker_registry) \
Expand Down

0 comments on commit d3f33e4

Please sign in to comment.