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 Nov 20, 2024
1 parent 760d7bb commit 7c7ca85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,13 +903,14 @@ def env() -> Mapping[str, Optional[str]]:
#
'azul_vpn_subnet': None,

# FIXME: Remove azul_proc_sys_crypto
# https://github.com/DataBiosphere/azul/issues/6675
# When building the Azul dockerfile on a FIPS mode enabled system (e.g.
# GitLab), this variable should be set to `/proc/sys/crypto`, the path
# where a `fips_enabled` file will be mounted. This is required for the
# command `apt-get update` to succeed which would otherwise fail on
# Debian bookworm with FIPS mode enabled.
#
# FIXME: Remove azul_proc_sys_crypto
# https://github.com/DataBiosphere/azul/issues/6675
#
'azul_proc_sys_crypto': '/tmp'
}

0 comments on commit 7c7ca85

Please sign in to comment.