Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix rockylinux jobs and activate them. #3336

Merged
merged 25 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
102006e
fix: fix rockylinux jobs and activate them.
CusiniM Sep 6, 2024
6e9afef
remove unit tests.
CusiniM Sep 6, 2024
ccf2220
remove integratedTests job
CusiniM Sep 6, 2024
169ca5a
Remvoe circular dependency.
CusiniM Sep 6, 2024
0982fcb
clean up dependency.
CusiniM Sep 6, 2024
759ee67
Merge branch 'develop' into fix/cusini/fix-rockylinux-jobs
CusiniM Sep 6, 2024
47c37a0
use LvArray::NumericLimits
CusiniM Sep 7, 2024
1475330
Merge branch 'fix/cusini/fix-rockylinux-jobs' of github.com:GEOS-DEV/…
CusiniM Sep 7, 2024
c8015df
fix comp error.
CusiniM Sep 7, 2024
5649cc3
capture by value.
CusiniM Sep 7, 2024
7f60ef6
remove device decoration.
CusiniM Sep 7, 2024
746df36
compile on streak.
CusiniM Sep 7, 2024
525eb5e
run on streak2
CusiniM Sep 7, 2024
4f43210
change update certificates command.
CusiniM Sep 8, 2024
d690ce6
try this
CusiniM Sep 8, 2024
fb74009
remove extract
CusiniM Sep 8, 2024
6b07b94
force-enable only.
CusiniM Sep 8, 2024
7bda666
remove call
CusiniM Sep 8, 2024
8e0be8e
try new certs procedure on rocky
rrsettgast Sep 9, 2024
22c400f
remove extract from "update-ca-trust" command
rrsettgast Sep 9, 2024
e4fba31
reactivate other builds.
CusiniM Sep 9, 2024
caaaca0
Merge remote-tracking branch 'origin/develop' into fix/cusini/fix-roc…
CusiniM Sep 9, 2024
afef79f
Merge branch 'develop' into fix/cusini/fix-rockylinux-jobs
rrsettgast Sep 10, 2024
0c0c5d2
replace a+=b with a=a+b in wave solver to allow for fma operations
rrsettgast Sep 10, 2024
9f48e32
Merge branch 'develop' into fix/cusini/fix-rockylinux-jobs
rrsettgast Sep 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove integratedTests job
  • Loading branch information
CusiniM committed Sep 6, 2024
commit ccf22205a771b1ecf065df3d683d953ac88ac449
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
@@ -354,7 +354,7 @@ jobs:
- check_code_style_and_documentation
- cpu_builds
- cuda_builds
- run_integrated_tests
# - run_integrated_tests
if: ${{ always() }}
steps:
- run: |
Loading
Oops, something went wrong.