enprot 0.5.78

Engyon Protected Text (EPT) — confidentiality processor and capability ledger
[
  {
    "os": "ubuntu-latest",
    "target": "x86_64-unknown-linux-musl",
    "env": {
      "TARGET": "x86_64-unknown-linux-musl",
      "PREFIX": "/usr/local/x86_64-linux-musl",
      "BOTAN_CONFIGURE_CC": "clang",
      "CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER": "tool-cxx",
      "TARGET_CC": "tool-cc",
      "TARGET_CXX": "tool-cxx",
      "TARGET_AR": "tool-ar",
      "BOTAN_CONFIGURE_CC_BIN": "tool-ccbin",
      "BOTAN_CONFIGURE_AR_COMMAND": "tool-ar",
      "BOTAN_CONFIGURE_CC_ABI_FLAGS": "-mevex512",
      "BOTAN_CONFIGURE_AMALGAMATION": "1",
      "CC": "tool-cc",
      "CXX": "tool-cxx",
      "AR": "tool-ar",
      "HOST_CC": "gcc",
      "HOST_CXX": "g++",
      "HOST_AR": "ar"
    }
  },
  {
    "os": "ubuntu-latest",
    "target": "aarch64-unknown-linux-musl",
    "env": {
      "TARGET": "aarch64-unknown-linux-musl",
      "PREFIX": "/usr/local/aarch64-linux-musl",
      "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER": "tool-cxx",
      "TARGET_CC": "tool-cc",
      "TARGET_CXX": "tool-cxx",
      "TARGET_AR": "tool-ar",
      "BOTAN_CONFIGURE_CC": "clang",
      "BOTAN_CONFIGURE_CC_BIN": "tool-ccbin",
      "BOTAN_CONFIGURE_AR_COMMAND": "tool-ar",
      "CC": "tool-cc",
      "CXX": "tool-cxx",
      "AR": "tool-ar",
      "HOST_CC": "gcc",
      "HOST_CXX": "g++",
      "HOST_AR": "ar",
      "BOTAN_CONFIGURE_DISABLE_MODULES": "sha2_64_armv8",
      "BOTAN_CONFIGURE_AMALGAMATION": "1"
    }
  },
  {
    "os": "macos-15-intel",
    "target": "x86_64-apple-darwin",
    "env": {
      "TARGET": "x86_64-apple-darwin",
      "PREFIX": "/usr/local"
    }
  },
  {
    "os": "macos-latest",
    "target": "aarch64-apple-darwin",
    "env": {
      "TARGET": "aarch64-apple-darwin",
      "PREFIX": "/usr/local"
    }
  },
  {
    "os": "ubuntu-latest",
    "target": "x86_64-pc-windows-gnu",
    "env": {
      "TARGET": "x86_64-pc-windows-gnu",
      "TARGET_CC": "tool-cc",
      "TARGET_CXX": "tool-cxx",
      "TARGET_AR": "tool-ar",
      "BOTAN_CONFIGURE_CC": "gcc",
      "BOTAN_CONFIGURE_CC_BIN": "tool-ccbin",
      "BOTAN_CONFIGURE_AR_COMMAND": "tool-ar",
      "BOTAN_CONFIGURE_DISABLE_MODULES": "getentropy",
      "BOTAN_CONFIGURE_AMALGAMATION": "1",
      "CC": "tool-cc",
      "CXX": "tool-cxx",
      "AR": "tool-ar",
      "HOST_CC": "gcc",
      "HOST_CXX": "g++",
      "HOST_AR": "ar",
      "EXE_NAME": "enprot.exe"
    }
  },
  {
    "os": "windows-latest",
    "target": "x86_64-pc-windows-msvc",
    "env": {
      "TARGET": "x86_64-pc-windows-msvc",
      "EXE_NAME": "enprot.exe",
      "GIT_REDIRECT_STDERR": "2>&1",
      "BOTAN_VERSION": "3.12.0"
    }
  }
]