Skip to content

Commit

Permalink
disable non-working archs
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 15, 2024
1 parent 37750a4 commit 92969bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/TestCITools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
extra_toolchains: 'parser_tools;fortran;omp;go;python3'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads' # TODO: remove once fixed upstream

extension-template-rust:
name: Extension template (Rust)
Expand All @@ -47,6 +48,7 @@ jobs:
override_ci_tools_repository: ${{ github.repository }}
ci_tools_version: ${{ github.sha }}
extra_toolchains: 'parser_tools;fortran;omp;go;rust;python3'
exclude_archs: 'windows_amd64_rtools;windows_amd64_mingw' # TODO: remove once fixed upstream

delta-extension-main:
name: Rust builds (using Delta extension)
Expand Down

0 comments on commit 92969bb

Please sign in to comment.