Skip to content

Commit

Permalink
More feedback/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jun 19, 2024
1 parent 3fceaad commit 611e9da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ if (TEST_SYSGENID_PATH)
add_definitions(-DAWSLC_SNAPSAFE_TESTING=1)
message(STATUS "Setting AWSLC_SYSGENID_PATH=${TEST_SYSGENID_PATH}")
add_definitions(-DAWSLC_SYSGENID_PATH=\"${TEST_SYSGENID_PATH}\")

if (SYSGENID_PATH)
message(FATAL_ERROR "Cannot set both TEST_SYSGENID_PATH and SYGENID_PATH")
endif()
endif()

if (SYSGENID_PATH)
message(STATUS "Setting AWSLC_SYSGENID_PATH=${SYSGENID_PATH}")
add_definitions(-DAWSLC_SYSGENID_PATH=\"${SYSGENID_PATH}\")
endif()

if(ANDROID)
Expand Down
3 changes: 1 addition & 2 deletions util/all_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"comment": "Run snapsafe detection test suite with fork detection disabled and without Intel RDRAND",
"cmd": ["crypto/crypto_test", "--fork_unsafe_buffering", "--gtest_filter=SnapsafeGenerationTest.*"],
"env": ["OPENSSL_ia32cap=~0x4000000000000000"],
"skip_valgrind": true,
"target_arch": "x86"
"skip_valgrind": true
},
{
"comment": "Potentially with RDRAND, but not Intel",
Expand Down

0 comments on commit 611e9da

Please sign in to comment.