Using NSS 3.30 by CD on Travis?

I want use the new format of hromedriver (115+) on Travis, but this keeps getting throwed:

/home/travis/build/xxxx/xxxx/src/test/resources/drivers/chromedriver-linux64/chromedriver:
/usr/lib/x86_64-linux-gnu/libnss3.so:
version `NSS_3.30' not found
(required by /home/travis/build/xxxx/xxxx/src/test/resources/drivers/chromedriver-linux64/chromedriver)

I try add - sudo apt-get install libnss3 in before_script, still produces no feasible/viable fix. Thanks.

Hi @Mearsheimer,

You need to upgrade your dist in your .travis.yml, I recommend just upgrading it to dist: jammy.

this was the fix, thank you so much @montana!

Yeah no problem, glad I could help you.

1 Like