1. 17 Jul, 2019 2 commits
    • Andrew Murray's avatar
    • Cosimo Lupo's avatar
      pass MB_PYTHON_VERSION to docker run in build_multilinux · fc34fb86
      Cosimo Lupo authored
      It is useful sometimes (e.g. in config.sh's pre_build') to do stuff based on
      the current python version. The problem is that when running inside the docker
      container the variable MB_PYTHON_VERSION is passed on only as PYTHON_VERSION
      without the MB_ prefix, but in the macOS environment the latter is not
      present. Thus, one needs to check both PYTHON_VERSION and MB_PYTHON_VERSION.
      Better to pass both to the docker container, so one can jut check the value
      of MB_PYTHON_VERSION on both mac and linux.
      
      Note that the same hack is used in the 'install_run' function, where both
      PYTHON_VERSION and MB_PYTHON_VERSION are passed through to docker run.
      fc34fb86
  2. 07 Jul, 2019 1 commit
  3. 27 Jun, 2019 1 commit
  4. 29 May, 2019 1 commit
  5. 15 May, 2019 1 commit
  6. 20 Apr, 2019 1 commit
  7. 15 Apr, 2019 1 commit
  8. 30 Mar, 2019 2 commits
  9. 25 Mar, 2019 1 commit
  10. 24 Mar, 2019 1 commit
  11. 23 Mar, 2019 1 commit
  12. 17 Mar, 2019 1 commit
  13. 16 Mar, 2019 2 commits
  14. 13 Mar, 2019 1 commit
  15. 12 Mar, 2019 5 commits
  16. 11 Mar, 2019 7 commits
  17. 09 Mar, 2019 2 commits
  18. 04 Mar, 2019 2 commits
  19. 26 Feb, 2019 7 commits