@@ -1919,11 +1919,13 @@ workflows:
1919
1919
- t_ext : *job_native_test_ext_elementfi
1920
1920
- t_ext : *job_native_test_ext_brink
1921
1921
- t_ext : *job_native_compile_ext_gp2
1922
- - t_ext : *job_native_compile_ext_trident
1923
1922
- t_ext : *job_native_compile_ext_euler
1924
- - t_ext : *job_native_compile_ext_bleeps
1925
1923
- t_ext : *job_native_compile_ext_pool_together
1926
- - t_ext : *job_native_compile_ext_chainlink
1924
+ # TODO: Dropping the external tests below since they are based on old forks and
1925
+ # fail after update the default evm version to cancun.
1926
+ # - t_ext: *job_native_compile_ext_trident
1927
+ # - t_ext: *job_native_compile_ext_chainlink
1928
+ # - t_ext: *job_native_compile_ext_bleeps
1927
1929
1928
1930
- c_ext_benchmarks :
1929
1931
<< : *requires_nothing
@@ -1941,11 +1943,13 @@ workflows:
1941
1943
# TODO: Dropping prb-math from the benchmarks since it is not implemented yet
1942
1944
# in the new Foundry external testing infrastructure.
1943
1945
# - t_native_test_ext_prb_math
1944
- - t_native_compile_ext_trident
1945
1946
- t_native_compile_ext_euler
1946
- - t_native_compile_ext_bleeps
1947
1947
- t_native_compile_ext_pool_together
1948
- - t_native_compile_ext_chainlink
1948
+ # TODO: Dropping the external tests below since they are based on old forks and
1949
+ # fail after update the default evm version to cancun.
1950
+ # - t_native_compile_ext_trident
1951
+ # - t_native_compile_ext_chainlink
1952
+ # - t_native_compile_ext_bleeps
1949
1953
1950
1954
# Windows build and tests
1951
1955
- b_win : *requires_nothing
0 commit comments