Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MacOS

Status

11.4

Status
colourRed
titlebroken

  • clang 12.0.5

11.2.3 (Big Sur)

Status
colourGreen
titletested

fio release/3.0.x

  • Do NOT build with the pinned ā€œ-Pā€ switch

  • Remove your fio build directory (e.g., /Users/ericbutz/fio )

  • Remove your fio GitHub directory and re-clone

  • If you still have errors, run: brew list -1 | xargs brew rm

    • Note: This nukes your brew installs, so can mess up other software dependencies (for example, it hoses up my Jekyll builds).

11 (Big Sur)

Status
colourGreen
titletested

fio release/2.0.x-dev

  • Need to manually add the following:

Code Block
fio/scripts/helpers/build_darwin.sh
Update Line 9 to be:
[[ "${OS_MAJ}" -lt 10 ]] && echo "You must be running Mac OS 10.12.x or higher to install FIO." && exit 1

fio develop (Bahamas)

  • builds cleanly (has fix above)

10.15 (Catalina_

Status
colourGreen
titletested

fio release/2.0.x-dev

  • builds cleanly

fio develop (Bahamas)

  • builds cleanly

...