Skip to content

Commit 27e0a60

Browse files
committed
Fix workflows
1 parent f1478bc commit 27e0a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/julia/build_tarballs_yggdrasil.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ dependencies = [
6666
]
6767

6868
# Build the tarballs, and possibly a `build.jl` as well.
69-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"9.1", julia_compat="1.6")
69+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
70+
preferred_gcc_version=v"9.1", julia_compat="1.6", clang_use_lld=false)

.github/workflows/build-cross-compiler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- aarch64-linux-gnu-libgfortran5
2525
- aarch64-apple-darwin-libgfortran5
2626
- x86_64-w64-mingw32-libgfortran5
27-
- i686-w64-mingw32-libgfortran5
2827

2928
steps:
3029
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)