gcc-toolset-10 references were obviously wrong
This commit is contained in:
parent
b5b9cd2788
commit
edea45858e
@ -34,7 +34,7 @@ FILES=$(METADATA) runtest.sh Makefile PURPOSE something.c cmd.txt
|
|||||||
.PHONY: all install download clean
|
.PHONY: all install download clean
|
||||||
|
|
||||||
run: $(FILES) build
|
run: $(FILES) build
|
||||||
scl enable gcc-toolset-10 ./runtest.sh
|
scl enable gcc-toolset-13 ./runtest.sh
|
||||||
|
|
||||||
build: $(BUILT_FILES)
|
build: $(BUILT_FILES)
|
||||||
test -x runtest.sh || chmod a+x runtest.sh
|
test -x runtest.sh || chmod a+x runtest.sh
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
tests:
|
tests:
|
||||||
- dwz-quick-test
|
- dwz-quick-test
|
||||||
required_packages:
|
required_packages:
|
||||||
- gcc-toolset-10-dwz
|
- gcc-toolset-13-dwz
|
||||||
- gcc-toolset-10-runtime
|
- gcc-toolset-13-runtime
|
||||||
- gcc
|
- gcc
|
||||||
- gdb
|
- gdb
|
||||||
- glibc-debuginfo
|
- glibc-debuginfo
|
||||||
|
Loading…
Reference in New Issue
Block a user